mcpbeat Sign in

Grpc Invoke MCP Server

local only

Grpc Invoke MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 29 May 2026.

MCP server for describing and invoking gRPC methods

Installs per day peak 12 · avg 6 · +64% w/w
a month agotoday
33
Installs / week
npm · @grulex/grpc-invoke-mcp
1
Stars
0 open issues
29 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 46 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/install.js
const child = spawn(binaryPath, process.argv.slice(2), {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add grpc-invoke-mcp -- npx -y @grulex/grpc-invoke-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "grpc-invoke-mcp": {
      "args": [
        "-y",
        "@grulex/grpc-invoke-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.grpc-invoke-mcp]
command = "npx"
args = ["-y", "@grulex/grpc-invoke-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "grpc-invoke-mcp": {
      "args": [
        "-y",
        "@grulex/grpc-invoke-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "grpc-invoke-mcp": {
      "args": [
        "-y",
        "@grulex/grpc-invoke-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Grpc Invoke MCP

same job, measured the same way
JWT
by ryudi84

MCP server for JWT decoding and inspection

local only
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
MCP Memos
by jkawamoto

An MCP server for interacting with Memos.

local only
MCP Server Fear Greed
by ycjcl868

An MCP server for mcp-server-fear-greed

39 installs/wk local only
MCP Iugu
by codespar

MCP server for iugu — invoices, subscriptions, customers, payment methods

50 installs/wk local only
Brave DevTools MCP
by triuzzi

MCP server and CLI for Brave DevTools

664 installs/wk local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only

Grpc Invoke MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Grpc Invoke MCP?
Grpc Invoke MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @grulex/grpc-invoke-mcp was installed 33 times last week.
How do I connect Grpc Invoke MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @grulex/grpc-invoke-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Grpc Invoke MCP?
The npm package @grulex/grpc-invoke-mcp was installed 33 times in the last week. Week over week that is +64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Grpc Invoke MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.