mcpbeat Sign in

TinyFish Guided Research MCP Server

by mohdsaleh Your server? Claim it
local only

TinyFish Guided Research runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Auditable deep-research MCP server powered by TinyFish Search and Fetch.

Installs / week
pypi · tinyfish-guided-research-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check TinyFish Guided Research every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tinyfish-guided-research -- uvx tinyfish-guided-research-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tinyfish-guided-research": {
      "args": [
        "tinyfish-guided-research-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tinyfish-guided-research]
command = "uvx"
args = ["tinyfish-guided-research-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tinyfish-guided-research": {
      "args": [
        "tinyfish-guided-research-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tinyfish-guided-research": {
      "args": [
        "tinyfish-guided-research-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TINYFISH_API_KEY (TinyFish API key used by Search and Fetch.), DATABASE_URL (Shared PostgreSQL connection URL for durable production state. Recommended for remote/multi-replica hosting.), RESEARCH_DB_PATH (SQLite persistence path used when DATABASE_URL is unset. Intended for local/single-instance usage.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TinyFish Guided Research

same job, measured the same way
Parallel Task MCP
by parallel

An MCP server for deep research or task groups

answering
Provenote MCP
by xiaojiou176-open

First-party Provenote MCP server for drafts, research threads, auditable runs, and knowledge search.

local only
Auditreach
by rudrendupaul

BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server.

189 installs/wk local only
PapersFlow
by papersflow-ai

Academic research MCP server for paper search, citation checks, graphs, and deep research.

answering
Gmail
by markswendsen-code

Gmail MCP server — send, read, and search email. By Strider Labs.

26 installs/wk local only
Research Mcp
by varvararatta

MCP server for Research

answering
MCP Registry Server
by com-mcp

Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

3 tools answering
Web Research MCP
by csoai-org

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

96 installs/wk local only

TinyFish Guided Research — questions

Answers built from our own checks of this server.

Why is there no uptime for TinyFish Guided Research?
TinyFish Guided Research runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tinyfish-guided-research-mcp.
How do I connect TinyFish Guided Research?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tinyfish-guided-research-mcp straight from pypi; nothing to host, nothing to sign up for.
Is TinyFish Guided Research open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.