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 💡
sudhakarmlal/ERAV3-GMAILMCP
An MCP server that integrates with Gmail to enable email operations including sending, reading, and managing emails.
fitbit-mcp
MCP implementation for Fitbit to enable AI assistants access to health and fitness data
wikijs
An MCP (Model Context Protocol) server for WikiJS that allows AI models to interact with wiki content.
builtwith
A Model Context Protocol (MCP) server that integrates with BuiltWith's technology detection API, allowing AI assistants to identify the technology stack behind any website through natural language commands.
aim-guard-mcp
A Model Context Protocol (MCP) server that provides AI-powered security analysis and safety instruction tools. This server helps protect AI agents by providing security guidelines, content analysis, and cautionary instructions when interacting with various MCPs and external services.
findymail-mcp-server
A Model Context Protocol (MCP) server that integrates with the Findymail API to provide email validation and finding capabilities.