Trpc Api
MCP Serverby gitwalter · Added 5mo ago
Claude
3
Install
git clone https://github.com/gitwalter/cursor-agent-factoryAdd to Claude
claude mcp add trpc-apiQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"trpc-api": {
"command": "npx",
"args": [
"@modelcontextprotocol/trpc-api"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
tRPC router setup with Next.js App Router, procedures (query, mutation, subscription), input validation with Zod, middleware and context, React Query integration, error handling, and type inference.
Tags
developmenttypescriptbashreactnextjsskill