karbon mcp server for Cursor
io.github.mad-man-dan/karbon-mcp-server
Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.
client:Cursor
transport:stdio
runtime:npm
Install karbon mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"karbon-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs