Loading MCP server directory, please wait...
Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.
npx @getmcp/cli add io.github.Mad-Man-Dan/karbon-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
KARBON_BEARER_TOKENBearer token (Application Authorization Token) from Karbon → Settings → Connected Apps → API Applications
KARBON_ACCESS_KEYAccess key (JWT starting with 'ey') from Karbon → Settings → Connected Apps → API Applications
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Mad-Man-Dan/karbon-mcp-server": {
"command": "npx",
"args": [
"-y",
"karbon-mcp-server"
],
"env": {
"KARBON_BEARER_TOKEN": "",
"KARBON_ACCESS_KEY": "",
"KARBON_READ_ONLY": "",
"KARBON_ALLOW_PAYMENT_WRITES": ""
}
}
}
}