Skip to content
VS Code

irs taxpayer for VS Code

io.github.dma9527/irs-taxpayer

44 local US tax estimation and planning tools for supported TY2024 through TY2026 scenarios.

client:VS Code transport:stdio runtime:npm

Install irs taxpayer in VS Code

.vscode/mcp.json

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

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

irs taxpayer in other clients