openaccountants
by openaccountants·★ 66·Score 46
Open-source tax skills for AI across 134 countries, accessible via MCP or manual upload.
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:
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 READMElist_jurisdictionsList available tax jurisdictions/countries
list_filesList available tax skill files for a specific country
get_fileRetrieve the content of a specific tax skill file
Comparable tools
Installation
git clone https://github.com/openaccountants/openaccountants.git
cd openaccountants
pip install ./mcpFor 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
Last updated · Auto-generated from public README + GitHub signals.