Tinysearch MCP Server

Spend tokens on answers, not webpages. TinySearch searches, crawls, and reranks the web locally, then gives your agent only the evidence worth putting in its context.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 214 · #4 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Tinysearch

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add marcellm01-tinysearch -- uvx tinysuite-search

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "marcellm01-tinysearch": {
      "command": "uvx",
      "args": [
        "tinysuite-search"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package tinysuite-search - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.MarcellM01 is GitHub-verified and matches the repo owner

03 · What Tinysearch can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.2 · 2026-08-24

TinySearch v0.6.2 · TinySearch v0.6.2 makes web research more focused and efficient, with smarter handling of overlapping crawl evidence and a set of quality and performance optimizations. · Semantic deduplication for…

v0.6.1 · 2026-08-19

v0.6.0 · 2026-08-19

add optional external browser via Chrome DevTools Protocol · Feat/scrape link discovery · v0.6.0 · Added · Bounded related-links extraction on HTML scrapes: scrape_urls now returns · up to scrape_max_links candidate…

04 · Who maintains Tinysearch

tinysearch is maintained by marcellm01. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
search - ranked #4 of 47 actively-maintained search servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.MarcellM01/tinysearch (active, first published 2026-07-16 · 2 versions)
packages
oci:docker.io/marcellm01/tinysearch:v0.4.0 · pypi:tinysuite-search

06 · Tinysearch FAQ

What is Tinysearch?

Spend tokens on answers, not webpages. TinySearch searches, crawls, and reranks the web locally, then gives your agent only the evidence worth putting in its context.

Is Tinysearch still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Tinysearch?

Run `uvx tinysuite-search`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Tinysearch run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tinysearch