Loading MCP server directory, please wait...
Grantd MCP server: let your AI agent act on a user's behalf across third-party APIs via OAuth.
npx @getmcp/cli add io.github.rafavecchi/grantdRequires Node.js 18+. Community-contributed server. Review source before installing.
GRANTD_API_KEYA Grantd secret key (sk_...). Treat it like a password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rafavecchi/grantd": {
"command": "npx",
"args": [
"-y",
"grantd-mcp"
],
"env": {
"GRANTD_API_KEY": "",
"GRANTD_BASE_URL": "",
"GRANTD_END_USER": ""
}
}
}
}