The MCP Server Fetch TypeScript provides web content fetching and conversion capabilities, offering four key functions:
- Retrieve raw text content using - get_raw_textfor JSON, XML, CSV, TSV, or plain text files
- Fetch fully rendered HTML with - get_rendered_html, capturing JavaScript-generated content from modern web applications and SPAs
- Convert web content to Markdown via - get_markdown, preserving structural elements like tables and lists
- Extract main content with - get_markdown_summary, automatically removing peripheral elements like navigation menus, headers, and footers
The server provides tools to convert web content to Markdown format and extract Markdown summaries of web content
The server is implemented in TypeScript as indicated by its name 'mcp-server-fetch-typescript'
The server can retrieve raw text content from XML files
mcp-server-fetch-typescript MCP Server
A Model Context Protocol server that provides web content fetching and conversion capabilities. This server implements a comprehensive web content retrieval system with support for various formats and rendering methods, making it ideal for tasks ranging from simple data extraction to sophisticated web scraping.
Features
Tools
- get_raw_text- Retrieve raw text content directly from URLs- Takes - urlas a required parameter pointing to text-based resources
- Returns unprocessed text content without browser rendering 
- Ideal for JSON, XML, CSV, TSV, or plain text files 
- Best used when fast, direct access to source content is needed 
 
- get_rendered_html- Fetch fully rendered HTML content- Takes - urlas a required parameter
- Returns complete HTML content after JavaScript execution 
- Uses Playwright for headless browser rendering 
- Essential for modern web applications and SPAs 
 
- get_markdown- Convert web content to Markdown format- Takes - urlas a required parameter
- Returns well-formatted Markdown preserving structural elements 
- Supports tables and definition lists 
- Recommended for content archiving and documentation 
 
- get_markdown_summary- Extract and convert main content- Takes - urlas a required parameter
- Returns clean Markdown focusing on main content 
- Automatically removes navigation, headers, footers 
- Perfect for article and blog post extraction 
 
Installation
As a Global Package
As a Project Dependency
Usage
Using with Claude Desktop
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
or Add the following configuration:
Debugging
To debug the MCP server:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that provides web content fetching and conversion capabilities.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.Last updated -54
- Asecurity-licenseAqualityA Model Context Protocol server that intelligently fetches and processes web content, transforming websites and documentation into clean, structured markdown with nested URL crawling capabilities.Last updated -2255
- Asecurity-licenseAqualityA Model Context Protocol server that provides tools for fetching and posting HTTP data, with built-in prompts for URL summarization and API analysis.Last updated -2
- Asecurity-licenseAqualityA Model Context Protocol server that enables sending customizable HTTP requests with support for various methods, headers, and data formats, returning parsed responses automatically.Last updated -11