4 months ago
Complete Swiss accounting integration for Bexio via MCP. Works with Claude Desktop, n8n, and any MCP client. 221 tools for invoices, contacts, projects & more.
Server Config
{
"mcpServers": {
"bexio": {
"command": "npx",
"args": [
"@promptpartner/bexio-mcp-server"
],
"env": {
"BEXIO_API_TOKEN": "your-token-here"
}
}
}
}