Funnelfeedr Logo

Connect Claude, ChatGPT or Another MCP Client

This guide shows how to add Funnelfeedr to the most common MCP clients. In every case you will use the same server address and go through the same OAuth approval screen in your browser.

https://mcp.funnelfeedr.com/mcp

The same steps are in Funnelfeedr under Settings → MCP Connections, on the Connect an AI assistant (MCP) card: the server address with a copy button, and a tab per client (Claude, ChatGPT, Other). The card is also in the user menu, as Connect AI assistant (MCP), next to Get Sidekick.

Menu names in third-party clients change over time. If a step below does not match what you see, look for the client's setting for custom connectors, remote MCP servers or integrations.


Claude (claude.ai and Claude Desktop)

  1. Open Claude on the web (claude.ai) or the Claude desktop app.
  2. Click your name or avatar, then Customize and Connectors.
  3. Click +, then Add custom connector.
  4. Paste the server address above. Leave Advanced settings empty — no Client ID or Secret is needed.
  5. Click Add.
  6. In the connector list, click Connect, sign in to Funnelfeedr and approve. See Authorizing an MCP client with OAuth if you want to know what the approval screen is asking.
  7. In a chat, click +, then Connectors, and switch Funnelfeedr on.

On a Claude Team or Enterprise plan, an organization Owner must first add the connector under Organization settings → Connectors → Add → Custom → Web. After that, every member just clicks Connect.

Add it on the web or desktop app; it then appears in the Claude mobile apps automatically.


Claude Code

Run the following in a terminal:

claude mcp add --transport http funnelfeedr https://mcp.funnelfeedr.com/mcp

Then start Claude Code and type /mcp. Select funnelfeedr and choose Authenticate. Your browser opens the Funnelfeedr approval screen; click Allow access. Claude Code listens on a temporary localhost address to receive the result, which is why the approval screen shows a localhost return address.

Use --scope user in the command above if you want the server available in every project rather than only the current one.


ChatGPT

  1. Open ChatGPT in a web browser — custom connectors are not available in the ChatGPT desktop or mobile apps.
  2. Click your avatar, then Settings and Connectors.
  3. Open Advanced settings and turn on Developer mode.
  4. Click Create, paste the server address above, give it a name, choose OAuth and save.
  5. Sign in to Funnelfeedr and approve.
  6. In each new chat: +MoreDeveloper modeAdd sources, then tick Funnelfeedr.

This requires a ChatGPT Plus, Pro, Business, Enterprise or Edu plan, and the connector must be switched on in every new chat. ChatGPT shows an "elevated risk" warning for developer-mode connectors; that is expected.

Funnelfeedr also exposes the search and fetch tool pair that ChatGPT Deep Research requires, so you can select the Funnelfeedr connector as a source for a Deep Research run.


Other clients

Any client that supports remote MCP servers over Streamable HTTP with OAuth should work. Give it the server address and choose OAuth (or "no credentials", "dynamic registration" or similar) when asked how to authenticate. Funnelfeedr publishes standard discovery documents, so the client finds the authorization endpoints on its own. Microsoft Copilot is the exception in practice: an administrator has to add it in Copilot Studio.

Clients that can only send a static API key or header cannot connect. Funnelfeedr does not issue static MCP keys.


Choosing the account

If you belong to more than one Funnelfeedr account, the approval screen asks which one to connect to. A connection works in one account at a time. To change it afterwards, pick another account on the connection's row under Settings → MCP Connections, or simply tell the assistant: "switch to Example AB". Asked in the chat the change applies from the assistant's next request; changed in Funnelfeedr it takes up to about two minutes. For a multi-account user, every reply starts with the name of the account it came from.


After connecting

Try a first request, for example:

Find logistics companies in Gothenburg with more than 50 employees that are not already in our CRM, and add the top ten to a new list called "Gothenburg logistics".

The assistant will orient itself with get_context, then call search_organizations, create_list and add_organizations_to_list in turn. For the full list of what it can do, see MCP tools reference.

If the assistant reports that a tool is missing or not permitted, see MCP troubleshooting.