OpenAccountants

v1.0.0Finance & Fintechstable

Open-source, accountant-verified tax computation skills for AI agents. 261+ skills across 172+ jurisdictions covering income tax, VAT/GST, payroll, corporate tax, crypto, and cross-border planning. Every skill is verified section-by-section by licens

accountingaibookkeepingchatgptclaude
Share:
68
Stars
0
Downloads
0
Weekly
0/5

What is OpenAccountants?

OpenAccountants is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to open-source, accountant-verified tax computation skills for ai agents. 261+ skills across 172+ jurisdictions covering income tax, vat/gst, payroll, corporate tax, crypto, and cross-border planning. ev...

Open-source, accountant-verified tax computation skills for AI agents. 261+ skills across 172+ jurisdictions covering income tax, VAT/GST, payroll, corporate tax, crypto, and cross-border planning. Every skill is verified section-by-section by licens

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Open-source, accountant-verified tax computation skills for

Use Cases

Tax computation across 172+ jurisdictions
Accountant-verified financial and payroll skills
openaccountants

Maintainer

LicenseAGPL-3.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

PIP

pip install openaccountants-mcp

Manual Installation

pip install openaccountants-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use OpenAccountants

OpenAccountants is an MCP server that delivers over 261 accountant-verified tax computation skills across 172+ jurisdictions, covering income tax, VAT/GST, payroll, corporate tax, crypto taxation, and cross-border planning. Every skill is validated section-by-section by licensed accountants, so AI assistants using this server can produce reliable tax guidance rather than generic estimates. It is particularly useful for freelancers, accountants, and fintech developers who need jurisdiction-specific tax logic embedded directly in their AI workflows.

Prerequisites

  • Python 3.10 or later
  • pip package manager
  • An MCP client such as Claude Desktop, Cursor, or Windsurf
  • No external API key required — all skills are local and open-source
1

Install the openaccountants-mcp package

Install the package from PyPI using pip. This installs the 'openaccountants-mcp' command-line entry point that your MCP client will call.

pip install openaccountants-mcp
2

Verify the installation

Confirm the command is available on your PATH before configuring your MCP client.

openaccountants-mcp --help
3

Add the server to your MCP client config

Edit your claude_desktop_config.json to register the openaccountants server. No API keys or environment variables are required.

4

Restart your MCP client

Restart Claude Desktop or your MCP-compatible editor to load the new server configuration.

5

Query a jurisdiction and skill

Ask your AI assistant to list available jurisdictions or retrieve a specific tax skill. The server exposes 'list_jurisdictions' and 'get_skill' as its two primary tools.

OpenAccountants Examples

Client configuration

Add this to claude_desktop_config.json. No environment variables are needed — the server runs entirely locally.

{
  "mcpServers": {
    "openaccountants": {
      "command": "openaccountants-mcp"
    }
  }
}

Prompts to try

Ask tax questions or request jurisdiction-specific guidance through your AI assistant.

- "Help me set up a company in Germany and understand the payroll requirements"
- "List all available jurisdictions for VAT/GST computation"
- "Calculate income tax for a freelancer earning $85,000 in Australia"
- "What are the crypto tax rules in the United Kingdom?"
- "Explain corporate tax filing requirements for a US LLC with foreign income"
- "Show me the payroll deductions for an employee in Canada earning $6,000/month"

Troubleshooting OpenAccountants

'openaccountants-mcp' command not found after pip install

The pip install may have put the script in a directory not on your PATH. Run 'pip show openaccountants-mcp' to find the installation location, then add the Scripts (Windows) or bin (macOS/Linux) folder to your PATH, or use the full absolute path in the MCP config 'command' field.

MCP client shows the server as disconnected

Run 'openaccountants-mcp' directly in a terminal to check for error output. Python version mismatches (the package requires Python 3.10+) are a common cause. Verify with 'python3 --version'.

get_skill returns 'skill not found' for a specific jurisdiction

First call 'list_jurisdictions' to see the exact jurisdiction identifiers available. Skill names follow a 'jurisdiction-skill-name' pattern (e.g., 'germany-payroll'). Use the exact identifiers returned by list_jurisdictions.

Frequently Asked Questions about OpenAccountants

What is OpenAccountants?

OpenAccountants is a Model Context Protocol (MCP) server that open-source, accountant-verified tax computation skills for ai agents. 261+ skills across 172+ jurisdictions covering income tax, vat/gst, payroll, corporate tax, crypto, and cross-border planning. every skill is verified section-by-section by licens It connects AI assistants to external tools and data sources through a standardized interface.

How do I install OpenAccountants?

Install via pip with: pip install openaccountants-mcp. Then configure your AI client to connect to this MCP server.

Which AI clients work with OpenAccountants?

OpenAccountants works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is OpenAccountants free to use?

Yes, OpenAccountants is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "openaccountants": { "command": "pip", "args": ["install", "openaccountants-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use OpenAccountants?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides