Odel
karbon mcp server

karbon mcp server

Local
@mad-man-danTypeScriptMITUpdated 1mo ago

Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkarbon-mcp-serverv0.2.4

Run

npx -y karbon-mcp-server

MCP client config

{
  "mcpServers": {
    "karbon-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "karbon-mcp-server"
      ]
    }
  }
}