Odel
penni mcp

penni mcp

Local
@cwhittemore1010JavaScriptUpdated 4mo ago

AI bookkeeper. Connect QuickBooks to Claude Desktop.

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).

npmpenni-mcpv1.0.1

Run

npx -y penni-mcp

MCP client config

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