MCP Catalogs
Home

openaccountants

by openaccountants·66·Score 46

Open-source tax skills for AI across 134 countries, accessible via MCP or manual upload.

financeai-llmproductivity
8
Forks
16
Open issues
this month
Last commit
2d ago
Indexed

Overview

OpenAccountants provides 371 tax computation skills for various countries, enabling AI assistants to help with tax preparation and transaction classification. The project offers both manual upload of tax skill files and an MCP server implementation for automatic skill discovery. The skills cover VAT, income tax, and social security contributions across different jurisdictions, with quality tiers indicating verification levels. The system aims to reduce accounting time by 80% through automated transaction classification and form filling.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Automating tax preparation for small business owners and freelancers
you:Classifying bank transactions according to tax rules in different countries
you:Generating working papers for accountants to review
you:Retrieving jurisdiction-specific tax skills via MCP connection
you:How many countries are supported?
you:What quality assurance is provided?
you:How does the MCP server work?

When to choose this

Choose OpenAccountants when you need automated tax computation skills for multiple countries, especially if you're already using Claude Desktop or Cursor with MCP support.

When NOT to choose this

Don't use OpenAccountants for critical tax filing without professional verification, as many skills are Q3 or below. It's not suitable for jurisdictions with incomplete coverage or where you need absolute certainty in automated tax calculations.

Tools this server exposes

3 tools extracted from the README
  • list_jurisdictions

    List available tax jurisdictions/countries

  • list_files

    List available tax skill files for a specific country

  • get_file

    Retrieve the content of a specific tax skill file

Comparable tools

taxbitintuit-mcpturbotax-apistripe-taxquickbooks-api

Installation

git clone https://github.com/openaccountants/openaccountants.git
cd openaccountants
pip install ./mcp

For Claude Desktop, add to claude_desktop_config.json:

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

For Cursor, add to .cursor/mcp.json or via Settings > MCP:

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

FAQ

How many countries are supported?
The project covers 134 countries with varying levels of tax skill support, with 8 countries offering the full guided experience including VAT, income tax, and social security contributions.
What quality assurance is provided?
Skills are tiered Q1-Q5 based on verification levels. Q1 means battle-tested on real bank statements with practitioner sign-off, while Q3 is AI-drafted with citations but not independently verified.
How does the MCP server work?
The MCP server automatically provides tax skills to AI clients when needed. When you request help with a specific country's taxes, the AI calls list_jurisdictions, lists available files for that country, and fetches the relevant skill files.

Compare openaccountants with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.