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: Expense Tracker 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
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.Last updated193MIT
- Flicense-qualityDmaintenanceA powerful SQLite-backed expense tracking server built with the Model Context Protocol (MCP). This server allows AI agents (like Claude) to manage your personal finances by adding, deleting, and listing expenses directly from your chat interface.Last updated
- -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.Last updated
- AlicenseAqualityDmaintenanceMCP server for interacting with Money Manager EX databases. Enables querying and managing financial data like accounts, transactions, payees, categories, currencies, and more through natural language.Last updated68MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
GibsonAI MCP server: manage your databases with natural language
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
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