How to Use the Axonaut MCP in Cursor
Pull real Axonaut API responses into Cursor to build custom ERP dashboards without writing mock data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Axonaut MCP to Cursor
Create your Vinkius account to connect Axonaut 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.
Inject live Axonaut records into Cursor
Writing integration code is faster when your editor sees the actual API shape. Your MCP Server calls `list_invoices` and `list_expenses` to pull raw JSON straight into your workspace. You stop guessing what the payload looks like. The AI uses `get_company` to fetch a real business record, then writes the exact TypeScript interfaces needed to parse it.
Build CRM features with real contact data
Testing a new user sync script requires valid email structures and IDs. Your agent runs `list_contacts` to grab a sample of your actual database. It does the same thing for catalog items via `list_products`. This MCP Server feeds those live product IDs into your code, ensuring your API calls won't fail in production due to bad mock data.
Automate task creation from your codebase
You can test write operations directly from the editor chat. Ask Cursor to fire off a `create_task` command to see how the endpoint responds to your specific parameters. Verifying the write worked takes two seconds. The agent triggers `list_tasks` to confirm the new item exists, or runs `get_account_check` if the request bounces back with an error.
Set up Axonaut 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 Axonaut 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 Axonaut transactions." If the MCP tools are loaded correctly, Cursor will call the Axonaut tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"axonaut-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 Axonaut. 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 Axonaut MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Axonaut MCP today
We host it, we monitor it, we maintain it. You just paste one token.