Skip to main content

Connect Claude Desktop / Claude Code

Native remote MCP — no bridge process needed. Endpoint: https://convertfleet.com/api/mcp, auth Authorization: Bearer flt_….

  1. 1. Copy your flt_ API key from the dashboard.
  2. 2. Add this configuration (replace flt_YOUR_KEY):
{
  "mcpServers": {
    "convertfleet": {
      "type": "http",
      "url": "https://convertfleet.com/api/mcp",
      "headers": { "Authorization": "Bearer flt_YOUR_KEY" }
    }
  }
}

Add to claude_desktop_config.json or .mcp.json, then restart Claude. Or run: claude mcp add --transport http convertfleet https://convertfleet.com/api/mcp

  1. 3. Reload Claude Desktop / Claude Code, then ask it to convert a file — e.g. “convert this PDF to Word: <url>”. It calls convert_file and returns a short-lived download link.