Grpc Invoke Mcp
@grulex
About Grpc Invoke Mcp
grpc-invoke-mcp is an MCP server for calling gRPC methods from AI agents like Claude Code, Codex, Cursor, and other MCP-compatible tools.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"grpc-invoke": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@grulex/grpc-invoke-mcp@latest"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Grpc Invoke Mcp?
Grpc Invoke Mcp is an MCP server that lets AI agents (Claude Code, Codex, Cursor, etc.) inspect gRPC APIs and invoke unary RPCs. It supports either server reflection or local .proto files, enabling agents to explore services, understand schemas, and make real gRPC calls without writing one-off scripts.
How to use Grpc Invoke Mcp?
Install and run with npx -y @grulex/grpc-invoke-mcp@latest. Then add it as a stdio MCP server in your agent’s configuration file (e.g., .mcp.json for Claude Code, .codex/config.toml for Codex, or .cursor/mcp.json for Cursor). The package downloads a platform-specific binary during installation.
Key features of Grpc Invoke Mcp
- Call gRPC methods from MCP-compatible agents
- Describe services, methods, and message types
- Use server reflection or local
.protofiles - Connect over TLS or plaintext HTTP/2
- Send custom metadata headers
- Pass JSON request bodies for unary RPCs
Use cases of Grpc Invoke Mcp
- Let an agent explore and call internal microservices
- Test request and response payloads during development
- Send auth headers or other gRPC metadata
- Inspect gRPC APIs from local, staging, or production endpoints
- Automate gRPC integration testing in agent-driven workflows
FAQ from Grpc Invoke Mcp
What tools does Grpc Invoke Mcp provide?
Two tools: grpc_describe for schema inspection and grpc_call for invoking unary RPCs.
How do I install Grpc Invoke Mcp?
Run npx -y @grulex/grpc-invoke-mcp@latest. A platform-specific binary is downloaded during installation. Node.js and npx must be in your PATH.
Does Grpc Invoke Mcp require gRPC reflection?
No. If the target server does not expose reflection, you can use local .proto files and import paths instead.
What platforms are supported?
macOS (Apple Silicon and Intel), Linux (x64 and ARM64), and Windows (x64 and ARM64).
What if the binary download fails during installation?
Your machine needs network access to GitHub Releases. Ensure internet connectivity and retry.
Frequently asked questions
What tools does Grpc Invoke Mcp provide?
Two tools: `grpc_describe` for schema inspection and `grpc_call` for invoking unary RPCs.
How do I install Grpc Invoke Mcp?
Run `npx -y @grulex/grpc-invoke-mcp@latest`. A platform-specific binary is downloaded during installation. Node.js and npx must be in your PATH.
Does Grpc Invoke Mcp require gRPC reflection?
No. If the target server does not expose reflection, you can use local `.proto` files and import paths instead.
What platforms are supported?
macOS (Apple Silicon and Intel), Linux (x64 and ARM64), and Windows (x64 and ARM64).
What if the binary download fails during installation?
Your machine needs network access to GitHub Releases. Ensure internet connectivity and retry.
Basic information
More Developer Tools MCP servers
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Comments