mcp-url2markdown
@sungithubid
About mcp-url2markdown
url to markdown mcp server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-url2markdown": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-url2markdown?
mcp-url2markdown is an MCP server that converts webpage content into clean, formatted Markdown using the crawl4ai library. It is designed for developers who need to extract and reformat web page text for use in AI coding assistants or other tools.
How to use mcp-url2markdown?
Clone the repository and run uv sync to install dependencies. Start the server with fastmcp dev server.py to run in development mode on http://127.0.0.1:6274, or configure it as an MCP tool in Cursor, cline, or roo code using the provided JSON config.
Key features of mcp-url2markdown
- Converts web pages to clean, structured Markdown.
- Powered by the crawl4ai library.
- Works with MCP-compatible AI coding tools.
- Easy local setup with uv and FastMCP.
- Provides a development server for testing.
Use cases of mcp-url2markdown
- Convert API documentation pages into Markdown for reference.
- Extract content from any URL for use in LLM prompts.
- Integrate with AI coding assistants to fetch and format web data.
FAQ from mcp-url2markdown
What does mcp-url2markdown do?
It takes a URL, fetches the webpage, and returns the main content as clean, formatted Markdown.
How do I run the server locally?
Run fastmcp dev server.py after installing dependencies. The server will be available at http://127.0.0.1:6274.
What are the runtime requirements?
The server requires Python, uv, and the crawl4ai library, which are installed via uv sync. It uses FastMCP for the MCP interface.
Can I use mcp-url2markdown with Cursor or roo code?
Yes. Configure it by adding the provided JSON block to your MCP settings, specifying the correct path to the cloned repository.
Does the server require authentication or network access?
No authentication is mentioned. The server fetches public URLs, so a working internet connection is needed to access web pages.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments