0.00 GB / 1.00 GB monthly quota
0.00 GB / 1.00 GB additional quota
0 / 5 daily conversions
/month
Email with pasword reset link sent.
Enter your email address and we'll send you a link to reset your password.
Connect Convert.Online to Claude and other AI assistants. Once connected, your assistant can convert files for you — no copy-pasting, no leaving the chat.
Model Context Protocol (Streamable HTTP). Works with Claude, ChatGPT, Gemini, and any MCP-compatible client.
In your assistant — Claude, ChatGPT, Gemini or any MCP client — add a custom connector (sometimes called an MCP server) and paste the URL:
https://mcp.convert.online
Click Connect. The assistant sends you here to Convert.Online, you sign in and press Allow, and you're connected — nothing to copy or paste. Conversions then run on your account. You can revoke the connection anytime from your dashboard.
Clients set up from a config file can authenticate with an API key from Dashboard → API Keys instead. For example, in Claude Desktop open Settings → Developer → Edit Config and add (replace YOUR_API_KEY):
Settings → Developer → Edit Config
YOUR_API_KEY
{ "mcpServers": { "convert-online": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.convert.online", "--header", "Authorization: Bearer YOUR_API_KEY" ] } } }
Any MCP client works the same way: point it at https://mcp.convert.online and send the header Authorization: Bearer YOUR_API_KEY.
Authorization: Bearer YOUR_API_KEY
Either way, the assistant is tied to your account, so every conversion counts toward your plan:
input_format
source_url
output_format
filename
options
job_id
Building your own integration instead? See the API documentation or the visual Job Builder.