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

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.

  1. Open your client’s connectors or integrations settings.
  2. Add a custom connector and paste https://feeder.co/mcp.
  3. 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, Claude Code, 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. In Claude Code you can also run claude mcp add --transport http feeder https://feeder.co/mcp, then type /mcp to log in.

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.”