Content Tools
file2markdown.ai
This server fetches URLs or base64-encoded files and converts them to Markdown, while also checking usage limits and supported formats.
ENDPOINT 1
https://mcp.file2markdown.ai/mcp
MCP server metadata
- Name
- file2markdown
Convert documents and web pages to clean Markdown. Use convert_url for anything reachable by URL (web pages, PDFs, Office files); convert_base64 for local file contents. Anonymous callers get 5 conversions/day per network; a Pro API key removes the limit and enables OCR for scanned PDFs and images. Keys: https://www.file2markdown.ai/account
Known tools 4
convert_urlFetch a URL (web page, PDF, Office doc, and more) and convert it to Markdown.
Inferred read-onlylist_supported_formatsList supported input formats, per-tier limits, and which features need Pro.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.file2markdown]
url = "https://mcp.file2markdown.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"file2markdown": {
"type": "http",
"url": "https://mcp.file2markdown.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: file2markdown
Remote MCP URL: https://mcp.file2markdown.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"file2markdown": {
"url": "https://mcp.file2markdown.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"file2markdown": {
"type": "http",
"url": "https://mcp.file2markdown.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "file2markdown",
"transport": "streamable-http",
"url": "https://mcp.file2markdown.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.