Brex MCP Server for Claude
Manage your Brex corporate card and banking account from Claude — expenses, cards, transactions, users, bills, vendors, travel bookings, and spend analytics — with the official Brex remote MCP server.
Open the source and read safety notes before installing.
Safety notes
- Each tool requires specific Brex user capabilities — access is constrained by your existing Brex account permissions and team policies.
- This MCP server provides read and write access to financial data including expenses, cards, and transactions; confirm any write operations before approving.
- API key auth should use a token scoped to the minimum required permissions; rotate keys regularly from Settings → Developer.
Privacy notes
- Expense details, card data, banking transactions, user profiles, and vendor information from your Brex workspace are surfaced in Claude's context.
- OAuth is the recommended authentication method — no API token is stored in your MCP configuration.
Prerequisites
- A Brex account — authenticate via OAuth (recommended) when prompted, or generate a Bearer API key in Settings → Developer.
- Permissions in your Brex workspace aligned with the data you need (expenses, cards, banking).
- An MCP client such as Claude Code or Claude Desktop.
Schema details
- Install type
- cli
- Troubleshooting
- No
- Estimated setup
- 5 minutes
- Difficulty
- beginner
- Website
- https://www.brex.com
Full copyable content
{
"mcpServers": {
"brex": {
"type": "http",
"url": "https://api.brex.com/mcp"
}
}
}About this resource
Overview
The Brex MCP Server is the official remote Model Context Protocol server from Brex. It connects Claude directly to your Brex corporate card and banking account — expenses, cards, transactions, users, bills, vendors, travel, accounting, and spend analytics — through natural language.
Per Brex's documentation, the MCP server lets you "connect AI assistants like Claude Code, Codex, or Cursor directly to your Brex account" to ask questions like "What did the engineering team spend on SaaS last month?" without leaving your IDE.
Authentication uses OAuth (recommended) or a Brex API key. Tool access is governed by your existing Brex account permissions.
Key capabilities
- Expense analysis — query expenses, filter by date/amount/merchant, identify missing receipts.
- Card management — retrieve card details and spend limits.
- Banking — monitor account balances and review banking transactions.
- Vendor management — look up vendors, view bills and purchase orders.
- Travel — access booking information and policy compliance details.
- Accounting — check GL account integrations and accounting records.
- Administration — search users, departments, and cost centers.
- Reporting — generate and download account statements.
How it compares
| Server | Expense management | Corporate cards | Banking | Travel | Auth |
|---|---|---|---|---|---|
| Brex MCP | Yes | Yes | Yes | Yes | OAuth / API key |
| Ramp MCP | Yes | Yes | Yes | Limited | API key |
| Expensify MCP | Yes | No | No | No | API key |
| QuickBooks MCP | Yes (via ledger) | No | No | No | OAuth |
Brex's MCP covers the full corporate spend stack (cards, expenses, banking, travel) in a single server, with OAuth support that requires no manual token management.
Installation
Claude Code (OAuth — recommended)
claude mcp add --transport http brex https://api.brex.com/mcp
Run /mcp in Claude Code to authenticate via OAuth.
Claude Code (API key)
claude mcp add --transport http brex https://api.brex.com/mcp \
--header "Authorization: Bearer YOUR_BREX_API_KEY"
Generate an API key in Brex → Settings → Developer.
Claude Desktop
{
"mcpServers": {
"brex": {
"type": "http",
"url": "https://api.brex.com/mcp"
}
}
}
Requirements
- A Brex account with appropriate team member permissions.
- An MCP client (Claude Code or Claude Desktop).
Security
- OAuth authentication minimizes credential exposure — no API token required.
- Tool access is bounded by your Brex account's existing roles and permissions.
- API keys should be scoped to minimum permissions and rotated regularly.
Source Verification Notes
Verified on 2026-06-18:
- Brex's MCP blog post at
brex.com/journal/brex-mcp-connect-brex-to-ai-toolsconfirms the hosted endpoint athttps://api.brex.com/mcp, OAuth + API key auth, and the expense/card/ banking/travel tool surface. - Brex's AI apps support page at
brex.com/support/using-brex-in-ai-appsdocuments the MCP integration's 8 capability categories (expenses, cards, banking, vendors, travel, accounting, administration, reporting) and example natural-language queries. - Brex's product announcement at
brex.com/product-announcements/access-brex-data-in-ai- assistantscovers the Claude Code, Codex, and Cursor integration.
Source citations
Add this badge to your README
How it compares
Brex MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | Brex MCP Server for Claude Manage your Brex corporate card and banking account from Claude — expenses, cards, transactions, users, bills, vendors, travel bookings, and spend analytics — with the official Brex remote MCP server. Open dossier | Axiom MCP Server for Claude Query observability data, manage dashboards, and monitor your systems from Claude — run APL queries against datasets, list metrics, inspect monitors, and retrieve saved queries — with the official Axiom remote MCP server. Open dossier | GrowthBook MCP Server for Claude Manage A/B experiments and feature flags in GrowthBook from Claude — list and create experiments, manage feature flags, check experiment results, and interact with your GrowthBook workspace — with the official GrowthBook MCP server. Open dossier | Mixpanel MCP Server for Claude Query Mixpanel analytics data from Claude — run insights, funnels, flows, retention analysis, manage dashboards, explore events and properties, run experiments, and analyze session replays — with the official Mixpanel remote MCP server. Open dossier |
|---|---|---|---|---|
| Trust | ||||
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Category | mcp | mcp | mcp | mcp |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | Brex | Axiom, Inc. | GrowthBook | Mixpanel |
| Added | 2026-06-18 | 2026-06-18 | 2026-06-18 | 2026-06-18 |
| Platforms | Claude CodeCodexCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓Each tool requires specific Brex user capabilities — access is constrained by your existing Brex account permissions and team policies. This MCP server provides read and write access to financial data including expenses, cards, and transactions; confirm any write operations before approving. API key auth should use a token scoped to the minimum required permissions; rotate keys regularly from Settings → Developer. | ✓The MCP server includes dashboard management tools (create, update, delete) — review any write operations before confirming. APL queries run against live datasets; complex queries over large time windows may be slow or consume significant dataset quota. | ✓`create_experiment` and `create_feature` write to your GrowthBook workspace — capabilities are scoped by your API key/PAT permissions. Creating experiments or feature flags may immediately affect production if they are in a live environment — review before confirming. | ✓The server is hosted by Mixpanel and authenticated via OAuth — your existing Mixpanel project permissions are automatically applied. The MCP server grants read and write access to your Mixpanel project; it can create and modify dashboards, reports, and feature flags. Treat Service Account credentials as secrets; do not commit them to repositories. |
| Privacy notes | ✓Expense details, card data, banking transactions, user profiles, and vendor information from your Brex workspace are surfaced in Claude's context. OAuth is the recommended authentication method — no API token is stored in your MCP configuration. | ✓Log data, traces, metrics, and monitor configurations from your Axiom datasets and organization are surfaced in Claude's context. OAuth is the recommended authentication method — no API token is stored in your MCP configuration. | ✓Experiment configurations, feature flag definitions, targeting rules, and experiment results from your GrowthBook workspace are surfaced in Claude's context. Your `GB_API_KEY` is a secret — store it as an environment variable, not in version-controlled config files. | ✓Queries and analytics results (event data, user properties, funnel metrics) are sent through Mixpanel's hosted MCP infrastructure. Session replay summaries and user segment data may surface in Claude's context — treat these as sensitive product analytics. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.