Skip to content
Cursor

commafeed mcp for Cursor

io.github.mrfentmen/commafeed-mcp

CommaFeed RSS reader entries, tags and subscribe.

client:Cursor transport:stdio runtime:npm

Install commafeed mcp in Cursor

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

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

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

commafeed mcp in other clients