Back to Apps

Website to Markdown MCP
by SunZhi-Will
Convert any website or OpenAPI specification into clean, AI-ready Markdown with AI-powered cleanup and stealth browsing.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
This MCP server fetches website content and OpenAPI/Swagger specifications and converts them into structured Markdown. It is specifically designed to remove noise (ads, navigation) and present clean data that AI models can easily process.
Tools
fetch_website: Fetches any website URL and converts it to cleaned Markdown.list_configured_websites: Displays all pre-configured websites and API specs.- Dedicated Fetchers: Automatically creates specific tools for configured sites (e.g.,
fetch_github_api).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"website-to-markdown": {
"command": "npx",
"args": ["-y", "website-to-markdown-mcp"],
"env": {
"WEBSITES_CONFIG_PATH": "/path/to/my-websites.json"
}
}
}
}
Supported hosts
- claude
- cursor
Quick install
npx -y website-to-markdown-mcpInformation
- Pricing
- free
- Published
- 5/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json: {"mcpServers": {"website-to-markdown": {"command": "npx", "args": ["-y", "website-to-markdown-mcp"], "env": {"WEBSITES_CONFIG_PATH": "./my-websites.json"}}}}Claude Desktop
{"mcpServers": {"website-to-markdown": {"command": "npx", "args": ["-y", "website-to-markdown-mcp"], "env": {"WEBSITES_CONFIG_PATH": "/path/to/my-websites.json"}}}}





