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 💡
viso-mcp
An MCP server integrating VISO TRUST API capabilities with AI assistants, providing tools for assessments, audit logs, business cases, data types, intelligent query response (IQR), relationships, and webhooks.
decodo-mcp
Connects LLMs and applications to Decodo's platform for web data access, including web scraping, Google Search, and Amazon Search, with features like geographic flexibility and enhanced privacy.
airtable-mcp
A local Model Context Protocol (MCP) server enabling AI models to interact with Airtable bases using natural language for data management.
Central-Memory-MCP
An MCP memory server built with Azure Functions and TypeScript, providing persistent knowledge graph storage for AI assistants in VS Code, forked from `@modelcontextprotocol/server-memory`.
binary_ninja_mcp
A Binary Ninja plugin providing an MCP server for integrating Binary Ninja's reverse engineering capabilities with LLM/MCP clients.
atomgit-mcp-server
AtomGit MCP Server is an implementation specifically for the Model Context Protocol (MCP) of the AtomGit open-source collaboration platform. It provides a series of methods that allow AI to manage repositories, issues, pull requests, branches, labels, etc. of the AtomGit open-source collaboration platform.