mcp-url2markdown
基于 crawl4ai 根据提供的url把网页内容转为干净,格式化的markdown内容
快速开始
使用uv安装
git clone https://github.com/sungithubid/mcp-url2markdown.git
uv sync
使用
1. FastMCP cli run server
source .venv/bin/activate
fastmcp dev server.py
打开http://127.0.0.1:6274/ 测试
2. 使用Cursor,cline,roo code等工具
配置
{
"mcpServers": {
"url2md": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-url2markdown",
"run",
"server.py"
],
"env": {},
"disabled": false,
"autoApprove": [],
"alwaysAllow": []
}
}
}
使用roo code测试 输入
把如下网址的网页内容转成markdown输出
https://api-docs.deepseek.com/zh-cn/guides/kv_cache
执行与输出
Recommend MCP Servers 💡
Xutaotaotao/mcp-get-installed-apps
An MCP server providing installed applications information for MacOS and Windows.
confluence.py
A Model Context Protocol (MCP) server for interacting with Confluence Data Center via REST API. This server provides a set of tools that allow AI models to interact with Confluence content.
AdLibML/mcpserver
A simple MCP server project providing math, weather, and Brave search services via FastAPI and Docker deployment.
@codacy/codacy-mcp
Codacy's MCP Server provides access to the Codacy API, enabling AI models to interact with repositories, analyze code quality, security, coverage, and manage files and pull requests.
@GongRzhe/Office-Word-MCP-Server
A Model Context Protocol (MCP) server that enables AI assistants to create, read, and manipulate Microsoft Word documents through a standardized interface.
osm-mcp-server
An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.