Skip to main content
The TinyFish plugin gives your AI assistant live web powers: search the web, read any page, and run multi-step browser automations. Unlike pointing a client at our raw MCP server, a plugin bundles the automation tools plus curated skills, safety rules, and a one-command (or one-tap) OAuth install — no API keys to paste.

ChatGPT

One-tap add in your browser

Claude

Add as a connector in your browser

Grok

Install from the Grok CLI marketplace
Just want the raw MCP endpoint for another client (Codex, Cursor, Windsurf, Claude Code)? See MCP Integration.

What you can do

Every plugin exposes the same TinyFish web powers:
  • Search the live web — current, real results instead of the model’s memory.
  • Read any page — hand it a link and it pulls the page back clean, ready to reason over.
  • Get things done — navigate sites, fill forms, and finish multi-step tasks in a live browser.
For the full tool list, see Available Tools.

ChatGPT

A one-tap add in the browser — no code and no keys.
1

Open the plugin

Open the official TinyFish plugin on chatgpt.com:

Add TinyFish to ChatGPT

Opens the TinyFish plugin in a new tab
2

Add it and authenticate

Tap Install plugin to enable the plugin, then complete the OAuth sign-in with your TinyFish account when prompted.

Claude

Claude needs a short connector setup — three quick steps in Claude’s settings, then you’re set.
1

Install the plugin

Open the TinyFish listing in the Claude plugin directory, then click Install.

Open the Claude plugin

Opens the TinyFish plugin in a new tab
2

Add the connector

On the TinyFish plugin page, click Manage → Connectors, then Install → Add the TinyFish connector.
3

Connect your account

Tap Connect, then Allow on the accounts.tinyfish.ai page to authorize with your TinyFish account.
Once installed, try your first run — paste this into a new Claude chat:

Grok

Install from the Grok CLI marketplace. The TinyFish plugin ships five skills (tinyfish-web, tinyfish-research, tinyfish-automation, tinyfish-authenticated, tinyfish-browser) and a safety-rules layer covering credential handling, untrusted content, and bot-detection confirmations.
1

Install the plugin

Or install it interactively from /marketplace inside Grok.
2

Authenticate

Open /mcps, select tinyfish, and authenticate through the browser. The plugin uses OAuth 2.1 — no API key storage — and connects to TinyFish’s hosted MCP server at https://agent.tinyfish.ai/mcp. A TinyFish account is required.
You can add TinyFish as a connector from the Grok web app instead — this wires up the raw MCP server (search, fetch, and automation tools) without the bundled skills.
  1. Go to grok.com/connectors and click New Connector → Custom.
  2. Enter the MCP server URL:
  3. Save, then authenticate with your TinyFish account via OAuth when prompted.
Prefer the command line for the raw MCP server? Use grok mcp add --transport http tinyfish https://agent.tinyfish.ai/mcp — see MCP Integration.