Skip to content
Cursor

embedcalc mcp for Cursor

io.github.ethan-hub26/embedcalc-mcp

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

client:Cursor transport:stdio runtime:npm

Install embedcalc mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

embedcalc mcp in other clients