Skip to content
Grok

embedcalc mcp for Grok

io.github.ethan-hub26/embedcalc-mcp

Embedded calculators, codegen & schematic review: CRC, timing, struct, IEEE-754, KiCad.

client:Grok transport:stdio runtime:npm

Install embedcalc mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "embedcalc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "embedcalc-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

embedcalc mcp in other clients