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).
Run
npx -y @promptpartner/bexio-mcp-server
MCP client config
{
"mcpServers": {
"bexio-mcp-server": {
"command": "npx",
"args": [
"-y",
"@promptpartner/bexio-mcp-server"
]
}
}
}