Skip to content
VS Code

platformtaxhub mcp for VS Code

io.github.platformtaxhub-hash/platformtaxhub-mcp

Free platform-income calculators (take-home pay, payout calendar, benefits) as MCP tools.

client:VS Code transport:stdio runtime:npm

Install platformtaxhub mcp in VS Code

.vscode/mcp.json

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

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

platformtaxhub mcp in other clients