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
{
"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