MCP Simple Tool is a lightweight server that exposes a website fetching tool through the Model Context Protocol. Developed by Andreas Hornqvist, it provides a simple way for AI assistants to retrieve web content during conversations. The server can be deployed via Docker, Heroku, or run locally, and supports both SSE transport and stdio interfaces for flexibility. Built on Python with minimal dependencies, it includes configuration options for customizing user agents and server settings. This implementation is particularly useful for AI assistants that need to access and reference web content without requiring complex setup or extensive resources.
andreasHornqvist