Aikount MCP
Rank #34,793io.github.mutonby/aikount-mcp
Contabilidad española con IA: facturas, gastos por OCR, conciliación bancaria y Modelo 303.
Aikount MCP is a Model Context Protocol (MCP) server published by mutonby. It ranks #34,793 of 132,405 servers tracked on MCP Toplist. Aikount MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 28, 2026 and most recently updated on Jun 28, 2026.
Ranks ahead of 97,612 of 132,405 servers on MCP Toplist.
Use Aikount MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http aikount-mcp https://api.aikount.com/mcp/This endpoint requires authentication — see the server’s docs for credentials.
claude mcp add aikount-mcp -e "AIKOUNT_TOKEN=<your AIKOUNT_TOKEN>" -e "AIKOUNT_API=<your AIKOUNT_API>" -- uvx aikount-mcpReplace each placeholder with your own value before saving.
[mcp_servers.aikount-mcp]
url = "https://api.aikount.com/mcp/"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.aikount-mcp]
command = "uvx"
args = ["aikount-mcp"]
[mcp_servers.aikount-mcp.env]
AIKOUNT_TOKEN = "<your AIKOUNT_TOKEN>"
AIKOUNT_API = "<your AIKOUNT_API>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.aikount.com/mcp/Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aikount-mcp": {
"command": "uvx",
"args": [
"aikount-mcp"
],
"env": {
"AIKOUNT_TOKEN": "<your AIKOUNT_TOKEN>",
"AIKOUNT_API": "<your AIKOUNT_API>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aikount-mcp": {
"url": "https://api.aikount.com/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aikount-mcp": {
"command": "uvx",
"args": [
"aikount-mcp"
],
"env": {
"AIKOUNT_TOKEN": "<your AIKOUNT_TOKEN>",
"AIKOUNT_API": "<your AIKOUNT_API>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aikount-mcp": {
"type": "http",
"url": "https://api.aikount.com/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"aikount-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aikount-mcp"
],
"env": {
"AIKOUNT_TOKEN": "<your AIKOUNT_TOKEN>",
"AIKOUNT_API": "<your AIKOUNT_API>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aikount-mcp": {
"serverUrl": "https://api.aikount.com/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aikount-mcp": {
"command": "uvx",
"args": [
"aikount-mcp"
],
"env": {
"AIKOUNT_TOKEN": "<your AIKOUNT_TOKEN>",
"AIKOUNT_API": "<your AIKOUNT_API>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aikount-mcp": {
"url": "https://api.aikount.com/mcp/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aikount-mcp": {
"command": "uvx",
"args": [
"aikount-mcp"
],
"env": {
"AIKOUNT_TOKEN": "<your AIKOUNT_TOKEN>",
"AIKOUNT_API": "<your AIKOUNT_API>"
}
}
}
}Replace each placeholder with your own value before saving.
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.mutonby%2Faikount-mcp)<a href="https://mcptoplist.com/server/io.github.mutonby%2Faikount-mcp"><img src="https://mcptoplist.com/badge/io.github.mutonby%2Faikount-mcp.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
mutonby
Other servers by mutonby
View all mutonby servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 28, 2026 |
Frequently asked questions
- Who maintains Aikount MCP?
- Aikount MCP is maintained by mutonby, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Aikount MCP listed on the Official MCP Registry?
- Yes — Aikount MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Aikount MCP have?
- MCP Toplist tracks 1 version of Aikount MCP, most recently published on Jun 28, 2026.
- Where can I find the source code for Aikount MCP?
- The source code for Aikount MCP is hosted at github.com/mutonby/aikount-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.