Skip to content
Cursor

grpc invoke mcp for Cursor

io.github.grulex/grpc-invoke-mcp

MCP server for describing and invoking gRPC methods

client:Cursor transport:stdio runtime:npm

Install grpc invoke mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "grpc-invoke-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@grulex/grpc-invoke-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

grpc invoke mcp in other clients