Server Directory
APIBeginner

FetchMD

by FetchMD

Convert any public URL to clean, LLM-optimized Markdown. Strips ads, navigation, and scripts — reducing token count by ~80%. Built for RAG pipelines, AI agents, and Claude Desktop users. Free API key included.

CAPABILITIES

  • Fetch any URL as clean Markdown
  • ~80% token reduction vs raw HTML
  • Batch fetch up to 5 URLs at once
  • Optional API key for higher rate limits
  • Works with Claude Desktop, Cursor, Windsurf

INSTALLATION

Terminal
npx -y @fetchmd/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "fetchmd": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@fetchmd/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Beginner
Maintained By
FetchMD
NPM Package
@fetchmd/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →