trpc-mcp

Jacse/trpc-mcp
★ 39 stars TypeScript 📦 Other Updated 24d ago
Serve tRPC routes as an MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trpc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Jacse/trpc-mcp"
      ]
    }
  }
}