Tinysearch is a Model Context Protocol (MCP) server: Self-hosted web research for MCP agents. Because it speaks the Model Context Protocol, AI assistants can use Tinysearch as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package tinysuite-search (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.4.0, published under the MIT license, with source at MarcellM01/TinySearch on GitHub, where it has earned 222 stars.
On mcp.site, Tinysearch sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Tinysearch for MarcellM01, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸Docker image — docker.io/marcellm01/tinysearch:v0.4.0 · MCP over stdio
▸PyPI package — tinysuite-search · MCP over stdio
▸Open source — MIT license · MarcellM01/TinySearch