Back to Apps

MCP Server Requests
Supports UIby coucya
Comprehensive HTTP request capabilities for LLMs, including web content retrieval and Markdown conversion.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects LLMs to the web via HTTP, providing tools to fetch content, save it to files, and perform generic HTTP requests. It simplifies web data ingestion by converting HTML to Markdown and filtering out non-visual elements.
Tools
fetch: Retrieves web content and returns it as raw HTML, basic clean, strict clean, or Markdown.fetch_to_file: Fetches web content and saves it directly to a local file path.http_request: A unified tool for sending GET, POST, PUT, PATCH, and DELETE requests with custom headers and bodies.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-requests": {
"command": "python",
"args": [
"-m",
"mcp_server_requests"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install .Information
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcp-server-requests": {
"command": "python",
"args": [
"-m",
"mcp_server_requests"
]
}
}





