PluginBench
MCP Server

OpenAccountants MCP Server

io.github.openaccountants/openaccountants

What is the OpenAccountants MCP server?

Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).

How to install OpenAccountants

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openaccountants": {
      "url": "https://www.openaccountants.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openaccountants": {
      "serverUrl": "https://www.openaccountants.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openaccountants": {
      "type": "http",
      "url": "https://www.openaccountants.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "openaccountants": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.openaccountants.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http openaccountants https://www.openaccountants.com/api/mcp

Related MCP servers

Open-source tax skills for AI across 134 countries.

View repository →