contabilidad-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@contabilidad-mcpregistrar una venta por $1190 con IVA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
contabilidad-mcp
Servidor MCP de contabilidad de partida doble (double-entry) para Claude Desktop. Generico e internacional — funciona para cualquier moneda y jurisdiccion.
Caracteristicas
Cuentas: ASSET, LIABILITY, EQUITY, REVENUE, EXPENSE
Asientos con validacion de balance (debitos = creditos)
Libro mayor, balance de comprobacion, P&L, balance general
Resumen de IVA configurable (por defecto 19%)
Exportacion QIF para GnuCash y KMyMoney
SQLite local (cero configuracion)
Related MCP server: accounting-mcp-server
Instalacion
git clone https://github.com/Astrid3333/contabilidad-mcp.git
cd contabilidad-mcp
pip install -r requirements.txtConfiguracion Claude Desktop
Agrega a ~/.config/Claude/claude_desktop_config.json:
"contabilidad": {
"command": "python3",
"args": ["/home/astrid/contabilidad-mcp/server.py"],
"env": {
"ACCOUNTING_DB_PATH": "/home/astrid/contabilidad-mcp/contabilidad.db"
}
}Herramientas MCP
Herramienta | Descripcion |
crear_cuenta | Crea una cuenta contable |
listar_cuentas | Lista cuentas (filtrable por tipo) |
saldo_cuenta | Saldo actual de una cuenta |
registrar_transaccion | Registra un asiento de partida doble |
libro_mayor | Movimientos de una cuenta |
balance_comprobacion | Trial balance |
estado_resultados | P&L para un periodo |
balance_general | Balance sheet a una fecha |
resumen_iva | Calculo de IVA del periodo |
exportar_qif | Exporta cuenta a formato QIF |
exportar_todas_qif | Exporta todas las cuentas a QIF |
Ejemplo de asiento
registrar_transaccion(
fecha="2026-06-01",
descripcion="Venta boleta 0001",
lineas=[
{"account": "1000", "debit": 1190, "credit": 0},
{"account": "4000", "debit": 0, "credit": 1000},
{"account": "2100", "debit": 0, "credit": 190},
]
)Contexto
Construido en Castro, Chiloe, Region de Los Lagos, Chile. Parte del ecosistema MCP: https://github.com/Astrid3333/mcp-ecosystem-chiloe
Licencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceA Model Context Protocol (MCP) server that keeps the books for your personal and business finances using double-entry accounting — driven entirely from an LLM.378MIT
- -license-quality-maintenanceA personal accounting MCP server that enables AI assistants to record and query financial transactions through natural language, supporting income/expense tracking, balance inquiry, and monthly summaries.
- Alicense-qualityAmaintenanceDouble-entry accounting ledger MCP server for autonomous agents that enables creating accounts, posting journal entries, and generating financial reports.MIT
- Alicense-qualityCmaintenanceA comprehensive MCP server for managing personal finances, enabling users to track expenses, manage budgets, monitor financial goals, and analyze spending patterns through an AI assistant. All data is stored locally in SQLite for complete privacy.18MIT
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Astrid3333/contabilidad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server