loading…
Search for a command to run...
loading…
Accounting AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Accounting AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Accounting AI MCP Server Small business accounting tools powered by MEOK AI Labs.
| 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. |
pip install meok-accounting-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"accounting-ai": {
"command": "python",
"args": ["-m", "meok_accounting_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"accounting-ai-mcp": {
"command": "npx",
"args": []
}
}
}