url-to-markdown-mcp

isshiki-dev/url-to-markdown-mcp

3.3

If you are the rightful owner of url-to-markdown-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server designed to convert URLs into Markdown format, optimized for deployment on Vercel.

Tools
5
Resources
0
Prompts
0

URL to Markdown MCP Server

A Model Context Protocol (MCP) server for converting URLs to Markdown. Built for agentic AI workflows.

Deploy with Vercel

Live Endpoint

https://url-to-markdown-mcp.vercel.app/api/mcp

Tools

ToolDescription
url_to_markdownConvert webpage to Markdown
parse_urlParse URL components
build_urlConstruct URL from parts
validate_urlCheck URL validity
extract_linksExtract all page links

Setup

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "url-to-markdown": {
      "url": "https://url-to-markdown-mcp.vercel.app/api/mcp"
    }
  }
}

Claude Desktop

{
  "mcpServers": {
    "url-to-markdown": {
      "url": "https://url-to-markdown-mcp.vercel.app/api/mcp"
    }
  }
}

Test with Inspector

npx @modelcontextprotocol/inspector@latest https://url-to-markdown-mcp.vercel.app

Local Development

npm install
npm run dev

Author

Likhon Sheikh

License

MIT