Overview
The mcp-server-fetch-python is a server designed for fetching and transforming web content into various formats, providing tools for extracting content from web pages, including support for JavaScript-rendered content and media files.
To use the server, you can either configure it with Claude Desktop or install it locally. For Claude Desktop, add the server configuration to the appropriate config file. For local installation, clone the repository and run the server using the provided commands.
- get-raw-text: Extracts raw text content from URLs without rendering. - get-rendered-html: Fetches fully rendered HTML using a headless browser. - get-markdown: Converts web page content to Markdown format. - get-markdown-from-media: AI-powered content extraction from media files using computer vision and OCR.
- Extracting structured data from web pages.
- Fetching content from modern web applications that require JavaScript rendering.
- Converting web content into Markdown for documentation purposes.
- Analyzing visual content from images and videos.
Add to your AI client
Use these steps to connect mcp-server-fetch-python 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": {
"tatn-mcp-server-fetch-python-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tatn-mcp-server-fetch-python-mcp-mirror"
]
}
}
}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": {
"tatn-mcp-server-fetch-python-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tatn-mcp-server-fetch-python-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"tatn-mcp-server-fetch-python-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tatn-mcp-server-fetch-python-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"tatn-mcp-server-fetch-python-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tatn-mcp-server-fetch-python-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tatn-mcp-server-fetch-python-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tatn-mcp-server-fetch-python-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"tatn-mcp-server-fetch-python-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tatn-mcp-server-fetch-python-mcp-mirror"
]
}
}
}FAQ
What is required to use the AI-powered media extraction tool?
You need to set the OPENAI_API_KEY in your environment variables.
Can I run the server locally?
Yes, you can clone the repository and run it locally using the provided commands.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":932,"uuid":"514bc574-285e-4eb1-b9a6-94a0d0086714","name":"tatn_mcp-server-fetch-python","title":"mcp-server-fetch-python","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:18:58.508Z","updated_at":"2025-02-23T07:13:18.375Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,web-content-extraction,data-transformation","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/tatn_mcp-server-fetch-python","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"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"}]]}]