A lightweight [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that converts documents to Markdown. Supports PDF, DOCX, HTML
Convert MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A lightweight Model Context Protocol (MCP) server that converts documents to Markdown. Supports PDF, DOCX, HTML, EPUB, CSV, JSON, and plain text files.
Once Convert is connected, these are the calls the assistant has available:
convert_file — The convert_file tool exposed by this serverconvert_url — The convert_url tool exposed by this serverbatch_convert — The batch_convert tool exposed by this serverconvert_directory — The convert_directory tool exposed by this serverextract_metadata — The extract_metadata tool exposed by this serverlist_supported_formats — List all supported file extensions and their conversion methodsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Convert's toolset — convert_file, convert_url, batch_convert and 3 more — is a fair guide to whether it matches your workflow. It is maintained by demo112; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| convert_file | The convert_file tool exposed by this server. |
| convert_url | The convert_url tool exposed by this server. |
| batch_convert | The batch_convert tool exposed by this server. |
| convert_directory | The convert_directory tool exposed by this server. |
| extract_metadata | The extract_metadata tool exposed by this server. |
| list_supported_formats | List all supported file extensions and their conversion methods. |
{
"mcpServers": {
"convert": {
"command": "docker",
"args": ["run", "-i", "--rm", "-v", "/path/to/files:/data", "mcp-server-convert"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.