
MCP Grpcurl
Supports UIby wricardo
Interact with gRPC services using grpcurl tool via Model Context Protocol.
What it does
Connects an AI assistant to gRPC services, allowing it to discover, describe, and invoke gRPC methods using the grpcurl command-line utility.
Tools
invoke: Invoke a gRPC method using reflection with custom headers and JSON payloads.list: Retrieve a list of all available gRPC services on the target server.describe: Get detailed descriptions of gRPC services or message types using dot notation.
Installation
Install grpcurl first, then run:
go install github.com/wricardo/mcp-grpcurl@latest
Add to claude_desktop_config.json:
"mcp-grpcurl": {
"command": "mcp-grpcurl",
"env": {
"ADDRESS": "localhost:8005"
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/wricardo/mcp-grpcurl@latestInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






