contabilidad-mcp
Double-entry accounting MCP server for Claude Desktop. Supports accounts, transactions, ledgers, profit & loss, balance sheet, IVA summary, and QIF export using SQLite.
README
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)
Instalacion
git clone https://github.com/Astrid3333/contabilidad-mcp.git
cd contabilidad-mcp
pip install -r requirements.txt
Configuracion 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.