TinyFish AI Web Agent for Claude Desktop
ai.tinyfish.agent/web-agent
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
client:Claude Desktop
transport:streamable-http
Install TinyFish AI Web Agent in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent.tinyfish.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs