Skip to content
Claude Desktop

TinyFish Guided Research for Claude Desktop

io.github.mohdsaleh/tinyfish-guided-research

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

client:Claude Desktop transport:stdio runtime:pypi

Install TinyFish Guided Research in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tinyfish-guided-research": {
      "command": "uvx",
      "args": [
        "tinyfish-guided-research-mcp"
      ],
      "env": {
        "TINYFISH_API_KEY": "<TINYFISH_API_KEY>",
        "DATABASE_URL": "<DATABASE_URL>",
        "RESEARCH_DB_PATH": "<RESEARCH_DB_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

TinyFish Guided Research in other clients