Odel
bexio mcp server

bexio mcp server

Local
@promptpartner30TypeScriptMITUpdated 2mo ago

Swiss accounting integration for Bexio. 314 tools: invoices, contacts, projects, account balances

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

npm@promptpartner/bexio-mcp-serverv2.5.0

Run

npx -y @promptpartner/bexio-mcp-server

MCP client config

{
  "mcpServers": {
    "bexio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@promptpartner/bexio-mcp-server"
      ]
    }
  }
}