Skip to content
VS Code

rftools for VS Code

io.github.antonpogrebenko-public/rftools

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

client:VS Code transport:stdio runtime:npm

Install rftools in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

rftools in other clients