Skip to content
Cursor

CarryFeed for Cursor

io.github.christian-beep383/carryfeed

Resolve public X/Twitter profiles, posts, and media through CarryFeed.

client:Cursor transport:stdio runtime:npm

Install CarryFeed in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "carryfeed": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@carryfeed/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CarryFeed in other clients