Skip to content
Cursor

rftools for Cursor

io.github.antonpogrebenko-public/rftools

241 RF & electronics calculators + 13 simulation tools for AI agents.

client:Cursor transport:stdio runtime:npm

Install rftools in Cursor

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

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

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

rftools in other clients