
gRPC MCP
by adiom-data
Universal MCP server that proxies AI requests to any gRPC backend using reflection or descriptor files.
What it does
Connects LLMs to gRPC-based backend services. It acts as a bridge, allowing AI agents to call gRPC methods by dynamically discovering service definitions via gRPC reflection or a provided protobuf descriptor set.
Tools
- Dynamic gRPC Calls: Allows the agent to invoke any method available on the connected gRPC server based on discovered service definitions.
Installation
Install the binary via Go:
go install github.com/adiom-data/grpcmcp
Add to claude_desktop_config.json:
"grpcmcp": {
"command": "grpcmcp",
"args": ["--reflect"]
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/adiom-data/grpcmcpInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






