Connect Feeder to your AI assistant with MCP

Feeder’s MCP server lets Claude, ChatGPT, Cursor, and other Model Context Protocol clients read your feeds, search posts, and manage collections, straight from your account. Here’s how to connect it.

What you’ll need

  • A Feeder Professional or Enterprise plan.
  • An AI client that supports MCP.
  • The server URL: https://feeder.co/mcp

For most clients there are no tokens to copy. However you connect, your client sends you to Feeder to log in and approve access.

Option 1: Paste the server URL

Best for clients with a built-in connector screen, like Claude and ChatGPT.

  • Open your client’s connectors or integrations settings.
  • Add a custom connector and paste https://feeder.co/mcp.
  • Log in to Feeder when prompted and approve access.

In Claude this lives under Settings > Connectors. In ChatGPT it’s under Settings > Connectors too, and you may need to turn on developer mode first. Custom connectors are a paid feature in both apps.

Option 2: Paste the config snippet

Best for Claude Desktop and Cursor. Add this to your client’s MCP config file:

{
  "mcpServers": {
    "feeder": {
      "url": "https://feeder.co/mcp"
    }
  }
}

Your client will prompt you to log in to Feeder and approve.

Option 3: Connect from the command line

Best for Codex CLI and Claude Code, where a single command wires up Feeder.

Codex CLI

codex mcp add feeder --url https://feeder.co/mcp
codex mcp login feeder

The login command opens Feeder in your browser, so you can sign in and approve access.

Claude Code

claude mcp add --transport http feeder https://feeder.co/mcp

Then type /mcp inside Claude Code to log in to Feeder and approve.

Advanced: create a Client ID and secret

Most clients register themselves when you paste the server URL. Some, like Elvex and Azure AI Foundry, ask for a Client ID and Client Secret and can’t create their own. For those, generate a pair in Feeder and paste them in.

  1. In Feeder, open your MCP settings under Settings > Account and expand Advanced.
  2. Under Create a Client ID and secret, paste the Redirect URL your client uses, if you have it. Your client’s setup screen shows it. Add a name if you like.
  3. Select Create Client ID and secret.
  4. Copy the Client Secret right away. For your security, Feeder shows it only once. The Client ID stays available.

The Redirect URL is optional. If your client only shows it once the Client ID and secret are saved, leave the field empty and add the URL afterwards. Every pair you create is listed under Your Client IDs in the same Advanced section, where you can edit its redirect URL or delete it.

Your client may also ask for these, all shown in the Advanced section:

  • Authorization URL: https://feeder.co/1/oauth2/authorize
  • Token URL: https://feeder.co/1/oauth2/token
  • Scope: mcp
  • Client authentication: client_secret_basic

Each Feeder account needs its own Client ID and secret, so create a pair per account.

Azure AI Foundry

Foundry only shows you its redirect URL once the connection is saved, so there is nothing to paste into Feeder up front. Do it in this order:

  1. In Feeder, create a Client ID and secret with the Redirect URL field left empty. Copy both values.
  2. In Foundry, add the MCP tool with the server URL https://feeder.co/mcp and choose OAuth. Paste the Client ID and Client Secret, set the Auth URL and Token URL to the ones above, and set the scope to mcp. Foundry marks the Client Secret as optional, but Feeder needs it. Use mcp on its own, Feeder rejects any other scope. If there is a Refresh URL field you can leave it empty, Feeder’s access tokens last a year.
  3. Save the connection, then copy the Redirect URL Foundry shows. It looks like https://global.consent.azure-apim.net/redirect/ followed by an ID.
  4. Back in Feeder, find the pair under Your Client IDs, paste that address into its Redirect URL field, and select Save.
  5. Connect in Foundry and approve access when Feeder asks.

If Foundry hands you a new redirect URL later, for example after you edit the connection, paste the new one into Feeder the same way.

Manage connected apps

Open Feeder and go to Settings > Account to see everything you’ve connected, and disconnect any app in a click.

What to ask

Once you’re connected, try:

  • “What are the headlines from my Tech folder today?”
  • “Find an RSS feed for The Verge and add it to my Mornings folder.”
  • “Save the three most interesting unread posts to my Read Later collection.”