MCP NPX Fetch
@tokenizin-agency
关于 MCP NPX Fetch
A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-npx-fetch": {
"command": "npx",
"args": [
"@tokenizin/mcp-npx-fetch"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP NPX Fetch?
MCP NPX Fetch is an MCP server that fetches web content and transforms it into formats such as HTML, JSON, Markdown, or plain text, designed for integration with MCP clients like Claude Desktop.
How to use MCP NPX Fetch?
Install globally via npm install -g @tokenizin/mcp-npx-fetch or run directly with npx @tokenizin/mcp-npx-fetch. Add a configuration entry to your Claude Desktop config to use it as an MCP server, then call any of its four tools (fetch_html, fetch_json, fetch_txt, fetch_markdown) from your MCP client.
Key features of MCP NPX Fetch
- Supports fetching content in HTML, JSON, text, and Markdown formats
- Custom request headers for authentication and personalization
- Automatic conversion between content formats
- Seamless integration with Claude Desktop and other MCP clients
- Full TypeScript type definitions for type safety
- Built on JSDOM, Turndown, Zod, and the MCP SDK
Use cases of MCP NPX Fetch
- Extract clean text from any webpage for LLM consumption
- Fetch and parse JSON APIs directly into structured data
- Convert web pages to Markdown for documentation or note-taking
- Add authentication headers to access private content
FAQ from MCP NPX Fetch
What is the difference between the four tools?
fetch_html returns raw HTML, fetch_json parses JSON, fetch_txt strips HTML to plain text, and fetch_markdown converts HTML to Markdown.
What runtime dependencies are required?
Node.js and npm; the server uses JSDOM, Turndown, the MCP SDK, and Zod under the hood.
How do I pass custom headers?
All four tools accept an optional headers object where you can provide key-value pairs for request headers.
Does MCP NPX Fetch support authentication?
Yes, you can include authentication tokens or API keys via the custom headers parameter.
Where does the fetched data reside?
The server returns the fetched content directly in the tool response; no data is stored or cached by the server.
浏览器自动化 分类下的更多 MCP 服务器
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Webpage Screenshot MCP Server
ananddtyagiAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.

Puppeteer
modelcontextprotocolModel Context Protocol Servers
Yoyo
firecrawl🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
评论