MCP server for the bexio API: Swiss SME invoicing, accounting, CRM, projects and payroll. 310 tools generated from the official OpenAPI specification.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-bexio": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-bexio"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-bexio npx -y AIWerk/mcp-server-bexio
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-bexio": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-bexio"
]
}
}
}