How to Use the Bexio MCP in Cursor
Write code that pulls real Bexio invoice and project data directly into Cursor using this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bexio MCP to Cursor
Create your Vinkius account to connect Bexio to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build integrations using live Bexio records in Cursor
The `list_invoices` and `get_invoice` tools let you query live Swiss financial records directly from the Cursor agent pane. You can write your custom accounting scripts while your editor pulls actual JSON payloads to verify your schema. This eliminates the need to write fragile mock datasets or guess at API responses. Your editor executes the live queries, allowing you to debug your code against real billing structures.
Generate ERP sync scripts with this MCP Server
The `list_contacts` and `create_contact` tools let your editor write and test CRM synchronization logic on the fly. You ask the editor to write a script, and it tests the code against your actual contact database. Active user lists can also be pulled using `list_users` to map local system accounts to Swiss ERP profiles. Your coding agent handles the API calls, letting you focus on the core business logic.
Map pipeline items and active projects in your editor
The `list_projects`, `list_orders`, and `list_offers` tools expose your operational pipeline to Cursor during development. You can build custom dashboards or reporting scripts by having the editor verify the data relationships. The agent retrieves your product database using `list_items` to ensure your code references valid SKUs. Having this live MCP context in your editor prevents syntax errors before you commit.
Set up Bexio MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Bexio MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Bexio transactions." If the MCP tools are loaded correctly, Cursor will call the Bexio tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"bexio-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Bexio. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Bexio MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bexio MCP today
We host it, we monitor it, we maintain it. You just paste one token.