mcp-fetch
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-fetchfetch https://api.github.com/repos/modelcontextprotocol/servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Offline Deployment
If you need to run this server in an offline environment (where playwright install cannot access the internet), follow these steps:
On an online machine: Run the provided helper script to download the necessary browser binaries (Chromium) to a local directory (
libs/browsers).This script automatically detects the required Playwright revision and downloads binaries for both Windows (win64) and Linux.
uv run scripts/download_browsers.pyThis will create a
libs/browsersdirectory containing the browser binaries (e.g.,chromium-<revision>).Transfer files: Copy the entire project (or the installed package) AND the
libs/browsersdirectory to your offline machine.Configure environment: On the offline machine, set the
PLAYWRIGHT_BROWSERS_PATHenvironment variable to point to thelibs/browsersdirectory before running the server.Windows (PowerShell):
$env:PLAYWRIGHT_BROWSERS_PATH = "C:\path\to\mcp-fetch\libs\browsers" mcp-fetchLinux/macOS:
export PLAYWRIGHT_BROWSERS_PATH=/path/to/mcp-fetch/libs/browsers mcp-fetchMCP Client Config (e.g., Claude/Trae): Add the environment variable to your MCP settings.
{ "mcpServers": { "fetch": { "command": "mcp-fetch", "args": [], "env": { "PLAYWRIGHT_BROWSERS_PATH": "E:\\Private\\Mcp\\fetch\\libs\\browsers", "MCP_FETCH_AUTO_INSTALL_PLAYWRIGHT": "0" } } } }Note: Setting
MCP_FETCH_AUTO_INSTALL_PLAYWRIGHT=0prevents the server from attempting to download browsers if they are missing, which fails immediately in offline mode.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.Last updated35111MIT
- Alicense-qualityDmaintenanceA powerful MCP server for making HTTP requests, GraphQL queries, and TCP/Telnet connections from AI assistants.Last updated7MIT
- Flicense-qualityBmaintenanceA minimal MCP server for homelab environments, providing demo tools like ping and echo over Streamable HTTP for testing client-server integration.Last updated
- Alicense-qualityDmaintenanceMCP server for fetching web pages without robots.txt restrictions, supporting all standard HTTP methods, custom headers, body, redirect control, and timeout settings.Last updated13MIT
Related MCP Connectors
A basic MCP server to operate on the Postman API.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sposer/mcp_fetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server