mult-fetch-mcp-server
@lmcc-dev
About mult-fetch-mcp-server
A versatile MCP-compliant web content fetching tool that supports multiple modes (browser/node), formats (HTML/JSON/Markdown/Text), and intelligent proxy detection, with bilingual interface (English/Chinese).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mult-fetch-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@lmcc-dev/mult-fetch-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mult-fetch-mcp-server?
mult-fetch-mcp-server is an MCP (Model Context Protocol)-compliant server that enables AI assistants to fetch and process web content. It supports multiple scraping methods (HTML, JSON, Markdown, plain text), intelligent content extraction, automatic chunking of large content, and bilingual English/Chinese interface.
How to use mult-fetch-mcp-server?
Install globally via pnpm add -g @lmcc-dev/mult-fetch-mcp-server or run directly with npx @lmcc-dev/mult-fetch-mcp-server. Integrate with Claude Desktop by adding a server configuration in claude_desktop_config.json using the npx method. Then restart Claude and use tools like fetch_html, fetch_json, fetch_txt, fetch_markdown, or fetch_plaintext.
Key features of mult-fetch-mcp-server
- Multiple web scraping methods: HTML, JSON, text, Markdown, plain text
- Intelligent content extraction using Mozilla's Readability library
- Automatic content size management and chunked retrieval
- Bilingual internationalization (English and Chinese)
- Support for Standard Input/Output (Stdio) transport
- Browser automation enhancements: scrolling, cookie management, selector waiting
Use cases of mult-fetch-mcp-server
- AI assistants fetching web page text for summarization or analysis
- Retrieving JSON data from APIs within conversational workflows
- Extracting clean Markdown from articles for further processing
- Accessing large content that exceeds context limits via chunked retrieval
FAQ from mult-fetch-mcp-server
What transport method does mult-fetch-mcp-server use?
It implements the Standard Input/Output (Stdio) transport method as defined by the MCP specification.
What are the runtime dependencies?
It requires Node.js (version indicated by Node.js badge) and is available as an npm package. For browser-based fetching, it manages a browser instance internally.
How can I set the language?
Set the MCP_LANG environment variable to en (English) or zh (Chinese). Default falls back to OS language then English.
How does content chunking work?
Large content is automatically split into manageable chunks. Clients can request specific chunks using parameters like startCursor and contentSizeLimit, and the demo client supports --all-chunks for sequential retrieval.
How do I enable debug logs?
Pass "debug": true in the tool call parameters. Debug messages are written to stderr and also to a log file when debug mode is active.
More Browser Automation MCP servers
fetch-mcp
egoistAn MCP server for fetching URLs / Youtube video transcript.
Playwright MCP Server π
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More π
Browser Control MCP
eyalzhMCP server paired with a browser extension that enables AI agents to control the user's browser.
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
Umut Naci
firecrawlThe API to search, scrape, and interact with the web at scale. π₯
Comments