Qsearch MCP Server

AI agents lose 17–33% of facts to hallucination because they read 200-character snippets, not full pages (Stanford 2024). Existing search APIs hide which engines agreed on a result. Existing knowledge graphs are enterprise-priced or vendor-locked. It is available as a remote MCP endpoint.

Teams that want a hosted search endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 2 · #39 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install Qsearch

Claude Code

claude mcp add theyahia-qsearch --transport http https://qsearch.pro/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "theyahia-qsearch": {
      "url": "https://qsearch.pro/mcp"
    }
  }
}

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

https://qsearch.pro/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-08-25

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 remote - your agent's requests go to qsearch.pro

license Apache-2.0 - declared in the repository

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

03 · Who maintains Qsearch

qsearch is maintained by theyahia. We track 49 MCP servers from theyahia - 43 actively maintained, 72 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from theyahia.

  1. yandex-direct-mcp MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia) ★ 5
  2. 1c-rest-mcp MCP server for 1C Enterprise - ERP catalogs, documents via REST API (Russia) ★ 10
  3. yandex-webmaster-mcp MCP server for Yandex.Webmaster API - hosts, search queries, indexing status. Bearer token auth. ★ 3
  4. moysklad-mcp MCP server for MoySklad - warehouse, inventory, orders, reports (Russia) ★ 5
  5. chestnyznak-mcp MCP server for Chestniy ZNAK (Честный ЗНАК) API - product marking verification. No auth needed for ★ 4
  6. tilda-mcp MCP server for Tilda API - projects, pages. 3 tools. ★ 8

04 · Facts

category
search - ranked #39 of 47 actively-maintained search servers as of 2026-08-25.
registry
io.github.theYahia/qsearch (active, first published 2026-04-29)

05 · Qsearch FAQ

What is Qsearch?

AI agents lose 17–33% of facts to hallucination because they read 200-character snippets, not full pages (Stanford 2024). Existing search APIs hide which engines agreed on a result. Existing knowledge graphs are enterprise-priced or vendor-locked. It is available as a remote MCP endpoint.

Is Qsearch still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18. We re-verify nightly.

How do I install Qsearch?

Run `claude mcp add theyahia-qsearch --transport http https://qsearch.pro/mcp`. You can also paste the ready-made client config above.

06 · Alternatives to Qsearch