drio
Open app

Brex MCP Server

Source

A MCP server for interacting with Brex expense tracking platform

Catalog onlyCatalog onlySTDIO

Overview

The brex-server MCP Server is a custom TypeScript-based server designed to connect to Brex, implementing a simple notes system that demonstrates core MCP concepts.

To use the brex-server, install the dependencies, build the server, and configure it with Claude Desktop by adding the server config to the appropriate directory based on your operating system.

  • Resources representing text notes with URIs and metadata. - Tools for creating new notes with required title and content parameters. - Prompts for generating summaries of all stored notes, returning structured prompts for LLM summarization.
  1. Creating and managing text notes for various applications.
  2. Summarizing notes for quick reference and review.
  3. Integrating with other applications that support MCP servers.

Add to your AI client

Use these steps to connect Brex MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-brex-server-crazyrabbitltc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-brex-server-crazyrabbitltc"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-brex-server-crazyrabbitltc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-brex-server-crazyrabbitltc"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-brex-server-crazyrabbitltc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-brex-server-crazyrabbitltc"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-brex-server-crazyrabbitltc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-brex-server-crazyrabbitltc"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-brex-server-crazyrabbitltc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-brex-server-crazyrabbitltc"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-brex-server-crazyrabbitltc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-brex-server-crazyrabbitltc"
      ]
    }
  }
}

FAQ

What programming language is brex-server written in?

brex-server is written in TypeScript.

How do I install brex-server?

You can install it by running `npm install` after cloning the repository.

Can I use brex-server with other applications?

Yes, brex-server can be integrated with any application that supports MCP servers.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3649,"uuid":"0a99fd22-77dc-4124-86cb-be55afbbbc7a","name":"mcp-brex-server","title":"Brex MCP Server","description":"A MCP server for interacting with Brex expense tracking platform","avatar_url":"https://avatars.githubusercontent.com/u/1938013?v=4","created_at":"2025-03-20T20:36:01.399Z","updated_at":"2025-03-20T21:00:02.602Z","status":"created","author_name":"crazyrabbitLTC","author_avatar_url":"https://avatars.githubusercontent.com/u/1938013?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/crazyrabbitLTC/mcp-brex-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 15:25:00\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]