billcom-spend-mcp-server

tbarsness/billcom-spend-mcp-server
★ 0 stars TypeScript 🔌 API Integration Updated today
MCP server for BILL Spend & Expense (formerly Divvy) v3 API — transactions, budgets, cards, reimbursements, receipt uploads
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "billcom-spend-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "tbarsness/billcom-spend-mcp-server"
      ]
    }
  }
}