mcp-url2markdown
mcp-url2markdown is a tool that converts webpage content from a given URL into clean, formatted markdown using the crawl4ai library.
mcp-url2markdown is a server application designed to transform webpage content into markdown format. It leverages the capabilities of the crawl4ai library to ensure that the markdown output is clean and well-structured. This tool is particularly useful for developers and content creators who need to convert web content into markdown for documentation or other purposes. The server can be run using FastMCP, and it supports integration with various tools like Cursor, cline, and roo code. The application is easy to set up and use, making it accessible for users with varying levels of technical expertise.
Features
- Converts webpage content to markdown format.
- Utilizes the crawl4ai library for content extraction.
- Supports FastMCP for server management.
- Integrates with tools like Cursor, cline, and roo code.
- Easy setup and configuration.
Usage with Different Platforms
FastMCP
bash
source .venv/bin/activate
fastmcp dev server.py
Roo Code
{
"mcpServers": {
"url2md": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-url2markdown",
"run",
"server.py"
],
"env": {},
"disabled": false,
"autoApprove": [],
"alwaysAllow": []
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
mcp-server-weibo
by Selenium39
The Weibo MCP Server (TypeScript Version) is designed for scraping Weibo user information, feeds, and search functionality using the Model Context Protocol.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
browser-tools-mcp
by AgentDeskAI
BrowserTools MCP is a browser monitoring and interaction tool that enhances AI applications by capturing and analyzing browser data through a Chrome extension.