
MCP Curl
Supports UIby ollama-tlms-golang
Simple MCP server that gives LLMs the ability to fetch webpage content using curl.
What it does\nProvides a bridge between an LLM and the web by exposing a curl-based fetching tool, allowing the AI to retrieve raw HTML or text from any given URL.\n\n## Tools\n- use_curl: Fetches the content of a specified webpage URL.\n\n## Installation\nAdd this to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "mcp-curl": {\n "command": "docker",\n "args": [\n "run",\n "--rm",\n "-i",\n "mcp-curl"\n ]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
docker build -t mcp-curl .Information
- Pricing
- free
- Published
- 4/29/2026
- stars






