mcpbeat Sign in

Grantd MCP Server

by rafavecchi Your server? Claim it
local only

Grantd runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 10 Jun 2026.

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

Installs per day peak 22 · avg 6 · -3% w/w
a month agotoday
26
Installs / week
npm · grantd-mcp
1
Stars
0 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Grantd every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add grantd -- npx -y grantd-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "grantd": {
      "args": [
        "-y",
        "grantd-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.grantd]
command = "npx"
args = ["-y", "grantd-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "grantd": {
      "args": [
        "-y",
        "grantd-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "grantd": {
      "args": [
        "-y",
        "grantd-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRANTD_API_KEY (A Grantd secret key (sk_...). Treat it like a password.), GRANTD_BASE_URL (Base URL of your Grantd broker (default http://localhost:8787).), GRANTD_END_USER (Default end-user id so tools don't need it passed each call.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Grantd

same job, measured the same way
I
Airbyte Agents
by airbytehq

Let AI agents query data and act across all your business apps via MCP.

answering
Callwright
by topness

Self-hosted MCP voice agent that places phone calls on your behalf via Retell.

local only
API Locker
by apilocker

Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

55 installs/wk local only
Skillguard
by rudrendupaul

Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.

135 installs/wk local only
Living Memory
by viibe

An MCP memory server. One memory your agents share — across models, devices and apps.

42 installs/wk answering
PagerDuty MCP
by servosity

Operate PagerDuty from your AI agent via MCP.

local only
TILL
by tillbooks

Swiss accounting your agent can actually use: the TILL ledger over MCP.

38 installs/wk local only
Parallel Search MCP
by parallel

The best web search for your AI Agent

answering

Grantd — questions

Answers built from our own checks of this server.

Why is there no uptime for Grantd?
Grantd runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package grantd-mcp was installed 26 times last week.
How do I connect Grantd?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls grantd-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Grantd?
The npm package grantd-mcp was installed 26 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Grantd open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.