grpcurl-mcp

wricardo/grpcurl-mcp
★ 16 stars Go 🌐 Browser/Web Updated 4mo ago
Model Context Protocol (MCP) server to interact with gRPC services using the grpcurl tool
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": {
    "grpcurl-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/wricardo/grpcurl-mcp@latest"
      ]
    }
  }
}