mcp-server-fetch-typescript MCP Server
@MCP-Mirror
mcp-server-fetch-typescript MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tatn_mcp-server-fetch-typescript": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"-y",
"mcp-server-fetch-typescript"
]
}
}
}ツール
4Retrieve raw text content directly from URLs
Fetch fully rendered HTML content
Convert web content to Markdown format
Extract and convert main content
概要
What is mcp-server-fetch-typescript?
A Model Context Protocol server that provides web content fetching and conversion capabilities, with support for various formats and rendering methods. It is intended for tasks ranging from simple data extraction to sophisticated web scraping.
How to use mcp-server-fetch-typescript?
Install globally via npm install -g mcp-server-fetch-typescript or as a project dependency. Configure the server in your Claude Desktop config file (claude_desktop_config.json) using either npx -y mcp-server-fetch-typescript or a local build after cloning the repository. Debug with the MCP inspector.
Key features of mcp-server-fetch-typescript
get_raw_text– retrieve raw text from URLs without browser renderingget_rendered_html– fetch fully rendered HTML with Playwright headless browserget_markdown– convert web content to well-formatted Markdownget_markdown_summary– extract main content as clean Markdown, removing navigation
Use cases of mcp-server-fetch-typescript
- Extracting raw data from JSON, XML, CSV, or plain text files
- Scraping content from modern JavaScript-rendered single-page applications
- Archiving web articles and blog posts as Markdown
- Generating clean summaries of web page main content
FAQ from mcp-server-fetch-typescript
What tools does the server provide?
It provides four tools: get_raw_text, get_rendered_html, get_markdown, and get_markdown_summary – each handling different web content retrieval and conversion needs.
Does this server require any external dependencies to run?
Yes, get_rendered_html uses Playwright for headless browser rendering; the README does not list explicit runtime requirements for Playwright but notes it is used.
How do I install the server?
You can install it globally with npm install -g mcp-server-fetch-typescript or as a project dependency with npm install mcp-server-fetch-typescript.
Where do I configure it for use with Claude Desktop?
On MacOS add config to ~/Library/Application Support/Claude/claude_desktop_config.json; on Windows to %APPDATA%/Claude/claude_desktop_config.json.
What transport does this server use?
The README does not specify transport details; it is an MCP server meant to be used with MCP clients like Claude Desktop.
「ブラウザ自動化」の他のコンテンツ
Umut Naci
firecrawlThe API to search, scrape, and interact with the web at scale. 🔥
Playwright Mcp
microsoftPlaywright MCP server
fetch-mcp
egoistAn MCP server for fetching URLs / Youtube video transcript.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
X Twitter Scraper
Xquik-devTwitter scraper API skill for tweet search, advanced Twitter search, profile tweets, follower export, media download, monitors, webhooks, MCP, and posting automation: send tweets and replies.
コメント