Skip to content
Cursor

openaccountants mcp for Cursor

io.github.openaccountants/openaccountants-mcp

Open-source tax skills for AI across 134 countries.

client:Cursor transport:stdio runtime:pypi

Install openaccountants mcp in Cursor

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

{
  "mcpServers": {
    "openaccountants-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openaccountants-mcp"
      ]
    }
  }
}

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

openaccountants mcp in other clients