karbon mcp server for Claude Desktop
io.github.mad-man-dan/karbon-mcp-server
Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.
client:Claude Desktop
transport:stdio
runtime:npm
Install karbon mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"karbon-mcp-server": {
"command": "npx",
"args": [
"-y",
"karbon-mcp-server"
],
"env": {
"KARBON_BEARER_TOKEN": "<KARBON_BEARER_TOKEN>",
"KARBON_ACCESS_KEY": "<KARBON_ACCESS_KEY>",
"KARBON_READ_ONLY": "<KARBON_READ_ONLY>",
"KARBON_ALLOW_PAYMENT_WRITES": "<KARBON_ALLOW_PAYMENT_WRITES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs