Skip to content

TinyFish Guided Research for Grok

io.github.mohdsaleh/tinyfish-guided-research

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

client:Grok transport:stdio runtime:pypi

Install TinyFish Guided Research in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TinyFish Guided Research in other clients