Connect Cursor
Cursor uses the same mcp-remote bridge as Claude. Endpoint: https://convertfleet.com/api/mcp, auth Authorization: Bearer flt_….
- 1. Copy your
flt_API key from the dashboard. - 2. Add this configuration (replace
flt_YOUR_KEY):
{
"mcpServers": {
"convertfleet": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://convertfleet.com/api/mcp",
"--header", "Authorization: Bearer flt_YOUR_KEY"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project), then reload.
- 3. Reload Cursor, 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.