mcp-server-fetch-typescript MCP Server
Overview
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.
To use the mcp-server-fetch-typescript, you can install it globally or as a project dependency using npm. After installation, configure it with your application, such as Claude Desktop, by adding the server configuration to the appropriate config file.
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.
- 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.
Add to your AI client
Use these steps to connect mcp-server-fetch-typescript MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-fetch-typescript-tatn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-fetch-typescript-tatn"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-fetch-typescript-tatn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-fetch-typescript-tatn"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-fetch-typescript-tatn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-fetch-typescript-tatn"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-fetch-typescript-tatn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-fetch-typescript-tatn"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-fetch-typescript-tatn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-fetch-typescript-tatn"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-fetch-typescript-tatn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-fetch-typescript-tatn"
]
}
}
}FAQ
**What formats does mcp-server-fetch-typescript support?**
It supports various formats including JSON, XML, CSV, Markdown, and HTML.
**Is there a way to debug the server?**
Yes! You can debug the server using the Model Context Protocol inspector.
**Can I use it with other applications?**
Yes! It can be integrated with various applications that support server configurations.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":938,"uuid":"dc107497-8208-4810-860c-0174cf46970d","name":"mcp-server-fetch-typescript","title":"mcp-server-fetch-typescript MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/7001834?v=4","created_at":"2025-01-28T02:19:21.848Z","updated_at":"2025-02-23T07:12:22.765Z","status":"created","author_name":"tatn","author_avatar_url":"https://avatars.githubusercontent.com/u/7001834?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/tatn/mcp-server-fetch-typescript","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/47af1a000cfea4062397858a3ebf8aa43346ee8423230f3c8569192487b4629a/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f6979667076666b6779782f6261646765","type":null,"metadata":"{\"star\":\"2\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 16:29:06\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]