Skip to content
Claude Desktop

AI Fleet Cards for Claude Desktop

io.github.evozim/ai-fleet-cards

Virtual corporate debit card issuer for autonomous bot transactions.

client:Claude Desktop transport:sse

Install AI Fleet Cards in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ai-fleet-cards": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ai-fleet-cards-mcp.vercel.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AI Fleet Cards in other clients