OpenAccountants
Rank #1,113io.github.openaccountants/openaccountants-mcp
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
OpenAccountants is a Model Context Protocol (MCP) server published by openaccountants. It ranks #1,113 of 103,541 servers tracked on MCP Toplist, and its repository has 296 GitHub stars. OpenAccountants is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Apr 9, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 102,428 of 103,541 servers on MCP Toplist.
Use OpenAccountants
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http openaccountants-mcp https://www.openaccountants.com/api/mcpclaude mcp add openaccountants-mcp -- uvx openaccountants-mcp[mcp_servers.openaccountants-mcp]
url = "https://www.openaccountants.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.openaccountants-mcp]
command = "uvx"
args = ["openaccountants-mcp"]Add to ~/.codex/config.toml.
https://www.openaccountants.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"openaccountants-mcp": {
"command": "uvx",
"args": [
"openaccountants-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"openaccountants-mcp": {
"url": "https://www.openaccountants.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"openaccountants-mcp": {
"command": "uvx",
"args": [
"openaccountants-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"openaccountants-mcp": {
"type": "http",
"url": "https://www.openaccountants.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"openaccountants-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openaccountants-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"openaccountants-mcp": {
"serverUrl": "https://www.openaccountants.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"openaccountants-mcp": {
"command": "uvx",
"args": [
"openaccountants-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"openaccountants-mcp": {
"url": "https://www.openaccountants.com/api/mcp"
}
}
}{
"mcpServers": {
"openaccountants-mcp": {
"command": "uvx",
"args": [
"openaccountants-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.openaccountants%2Fopenaccountants-mcp)<a href="https://mcptoplist.com/server/io.github.openaccountants%2Fopenaccountants-mcp"><img src="https://mcptoplist.com/badge/io.github.openaccountants%2Fopenaccountants-mcp.svg" alt="MCP Toplist: Top 5% of 103,541" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
openaccountants
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | May 20, 2026 |
| 0.1.1 | Apr 17, 2026 |
Frequently asked questions
- Who maintains OpenAccountants?
- OpenAccountants is maintained by openaccountants, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is OpenAccountants listed on the Official MCP Registry?
- Yes — OpenAccountants is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does OpenAccountants have?
- MCP Toplist tracks 2 versions of OpenAccountants, most recently published on May 20, 2026.
- Where can I find the source code for OpenAccountants?
- The source code for OpenAccountants is hosted at github.com/openaccountants/openaccountants.git.