How to Use the Brex MCP in Cursor
Generate code that interacts with your Brex account directly inside the Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Brex MCP to Cursor
Create your Vinkius account to connect Brex 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.
Test integrations with live Brex data in Cursor
The `brex_list_transactions` tool pulls actual historical card transactions directly into your Cursor editor. This lets your agent write and test parsing scripts using real financial payloads instead of fragile mock data. Because Cursor runs this MCP Server in Agent mode, the AI reads the structural layout of your real transaction history to generate highly accurate code. You write integration tests that work on the first run.
Execute vendor payments using Cursor Agent
The `brex_pay_vendor` tool lets your agent initiate AP payments directly from your development workspace. You can draft, test, and execute payment scripts without jumping back and forth to your browser. Cursor coordinates with `brex_list_vendors` to verify the recipient exists before executing the payment. This prevents routing errors and ensures your automated payment scripts target the correct corporate accounts.
Audit issued cards inside the Cursor IDE
The `brex_list_cards` tool displays all active corporate cards directly in your sidebar or terminal window. You can quickly cross-reference card IDs with your local environment variables while writing deployment scripts. If a subscription card is missing, use `brex_create_card` to spin up a new virtual card without pausing your coding session. The agent inserts the new card details directly into your configuration files.
Set up Brex 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 Brex 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 Brex transactions." If the MCP tools are loaded correctly, Cursor will call the Brex tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"brex-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 Brex. 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 Brex MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Brex MCP today
We host it, we monitor it, we maintain it. You just paste one token.