what is mcp-server-fetch-typescript?
The mcp-server-fetch-typescript is a Model Context Protocol server designed for web content fetching and conversion. It provides a robust system for retrieving web content in various formats, making it suitable for tasks ranging from simple data extraction to complex web scraping.
how to use mcp-server-fetch-typescript?
To use the mcp-server-fetch-typescript, you can install it globally or as a project dependency using npm. Configuration is required for integration with applications like Claude Desktop.
key features of mcp-server-fetch-typescript?
get_raw_text: Retrieve raw text content from URLs.get_rendered_html: Fetch fully rendered HTML content after JavaScript execution.get_markdown: Convert web content to Markdown format.get_markdown_summary: Extract and convert main content to clean Markdown.
use cases of mcp-server-fetch-typescript?
- Extracting data from JSON, XML, or CSV files.
- Scraping content from modern web applications and SPAs.
- Archiving web content in Markdown format for documentation.
- Summarizing articles and blog posts by extracting main content.
FAQ from mcp-server-fetch-typescript?
- How do I install the mcp-server-fetch-typescript?
You can install it globally using
npm install -g mcp-server-fetch-typescriptor as a project dependency withnpm install mcp-server-fetch-typescript.
- Can I use it with Claude Desktop?
Yes! You need to add the server configuration in the Claude Desktop config file.
- What formats does it support for content retrieval?
It supports various formats including raw text, HTML, and Markdown.