Brex (npx) MCP Server
CommunityContributed by dennisonbertram
Connect to the Brex API to query accounts, transactions, expenses, budgets, spend limits, and statements, plus write operations like uploading and matching receipts. Runs locally via npx.
About the Brex (npx) MCP Server
The Brex (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to the Brex API to query accounts, transactions, expenses, budgets, spend limits, and statements, plus write operations like uploading and matching receipts. Runs locally via npx. This is a community-contributed MCP server by dennisonbertram.
Install the Brex (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-brex"
],
"env": {
"BREX_API_KEY": "${input:BREX_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "BREX_API_KEY",
"label": "Brex API Token",
"description": "Developer API token from your Brex dashboard, used to authenticate against the Brex API.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "************************************",
"obtain": {
"url": "https://dashboard.brex.com/",
"instructions": "1. Sign in to the Brex dashboard\n2. Open Settings > Developer (Developer API)\n3. Create a new API token\n4. Copy the generated token",
"button_label": "Open Brex Dashboard"
}
}
]
}
}Categories
Tags
Links
Supported AI Clients
The Brex (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
Install Brex (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.