PluginBench
MCP Server

io.github.openaccountants/openaccountants-mcp MCP Server

io.github.openaccountants/openaccountants-mcp

What is the io.github.openaccountants/openaccountants-mcp MCP server?

Open-source tax skills for AI across 134 countries.

How to install io.github.openaccountants/openaccountants-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openaccountants-mcp": {
      "command": "python",
      "args": [
        "openaccountants-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openaccountants-mcp": {
      "command": "python",
      "args": [
        "openaccountants-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openaccountants-mcp": {
      "command": "python",
      "args": [
        "openaccountants-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openaccountants-mcp": {
      "type": "stdio",
      "command": "python",
      "args": [
        "openaccountants-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add openaccountants-mcp -- python openaccountants-mcp

Related MCP servers

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

View repository →