💰
io.github.CSOAI-ORG/accounting-ai-mcp
MCP server for accounting ai. Features generate invoice, categorize expenses, calculate vat....
0 installs
Trust: 37 — Low
Finance
Ask AI about io.github.CSOAI-ORG/accounting-ai-mcp
Powered by Claude · Grounded in docs
I know everything about io.github.CSOAI-ORG/accounting-ai-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Accounting AI MCP Server Small business accounting tools powered by MEOK AI Labs.
Tools
| Tool | Description |
|---|---|
generate_invoice | Generate a professional invoice with line items, VAT, and totals. |
categorize_expenses | Automatically categorize business expenses by type. |
calculate_vat | Calculate VAT/tax for any country with support for inclusive/exclusive amounts. |
profit_and_loss | Generate a profit and loss statement from income and expense records. |
bank_reconciliation | Reconcile bank statement transactions against book records. |
Installation
pip install meok-accounting-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"accounting-ai": {
"command": "python",
"args": ["-m", "meok_accounting_ai_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
