← Back to browse

grantd

Indexed by io.github.rafavecchi

About

Grantd MCP server: let your AI agent act on a user's behalf across third-party APIs via OAuth.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGRANTD_API_KEY GRANTD_BASE_URL GRANTD_END_USER
Claude Code
claude mcp add --env GRANTD_API_KEY= --env GRANTD_BASE_URL= --env GRANTD_END_USER= grantd -- npx grantd-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"grantd","command":"npx","args":["grantd-mcp"],"env":{"GRANTD_API_KEY":"","GRANTD_BASE_URL":"","GRANTD_END_USER":""}}'
JSON
{
  "mcpServers": {
    "grantd": {
      "command": "npx",
      "args": [
        "grantd-mcp"
      ],
      "env": {
        "GRANTD_API_KEY": "",
        "GRANTD_BASE_URL": "",
        "GRANTD_END_USER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.