Loading MCP server directory, please wait...
AI bookkeeping for small business. Create invoices, log expenses, and check P&L by voice or text.
npx @getmcp/cli add io.github.jeremiahclark79-ai/danbooks-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DANBOOKS_API_URLYour DanBooks URL (e.g. https://books.clarkseed.com or https://danbooks.ai)
DANBOOKS_API_KEYYour DanBooks API key from Settings → API Keys (starts with dbk_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jeremiahclark79-ai/danbooks-mcp": {
"command": "npx",
"args": [
"-y",
"danbooks-mcp"
],
"env": {
"DANBOOKS_API_URL": "",
"DANBOOKS_API_KEY": ""
}
}
}
}