Web Content Retrieval (full webpage, filtered content, or Markdown-converted), Custom User-Agent, Multi-HTTP Method Support (GET/POST/PUT/DELETE/PATCH), LLM-Controlled Request Headers, LLM-Accessible Response Headers, and more.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-requests": {
"args": [
"-m",
"mcp_server_requests"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser
Browser automation with Puppeteer for web scraping and testing
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Self-hosted URL- and file-to-Markdown service for humans and AI agents - web pages, documents, images, audio, YouTube. PWA + REST + MCP + Claude Code skill, Reddit-aware, refreshable share links.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Requests and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content.
--use-root, usable with MCP Clients that have root capabilitygit clone https://github.com/coucya/mcp-server-requests.git
cd mcp-server-requests
pip install .
{
"mcpServers": {
"mcp-server-requests": {
"command": "python",
"args": [
"-m",
"mcp_server_requests"
]
}
}
}
Start the MCP server directly:
python -m mcp_server_requests
--user-agent TEXT: Specify custom User-Agent string--random-user-agent [browser=xxx;os=xxx]: Use randomly generated User-Agent--force-user-agent: Force using command line specified User-Agent, ignoring LLM provided UA--list-os-and-browser: List available browsers and OS for random User-Agent generation--use-root: Enable workspace root support for file operations (requires MCP Client with root capability support)--allow-external-file-access: Allow file operations outside workspace (only with --use-root)--user-agent and --random-user-agent are mutually exclusive and cannot be used together
User-Agent setup methods:
--user-agent "Mozilla/5.0 (...)"--random-user-agent--random-user-agent browser=chrome--random-user-agent os=windows--random-user-agent browser=chrome;os=windowsUse --list-os-and-browser to view available browsers and OS for --random-user-agent.
--force-user-agent option controls User-Agent priority:
--force-user-agent is enabled: Force using command-line specified User-Agent (via --user-agent or --random-user-agent)--force-user-agent is disabled:
headers, use the LLM-provided oneMozilla/5.0 (compatible; mcp-server-requests/{version})--use-root enables file operations relative to workspace root:
root capability supportfetch_to_file allows absolute paths or relative paths, relative paths are relative to workspace rootfetch_to_file must use absolute paths, files are saved to specified absolute path locations--allow-external-file-access: Controls whether file operations outside workspace are allowed (only usable with --use-root)
--use-root to be enabled, this option has no effect if --use-root is not enabledfetch_to_file can operate on files outside the workspace directoryfetch_to_file can only operate on files within the workspace directory, even if absolute paths a