FeedKit for Cursor
io.github.arknill/feedkit
RSS/Atom feed collection with 417 curated feeds. Python MCP server.
client:Cursor
transport:stdio
runtime:pypi
Install FeedKit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"feedkit": {
"type": "stdio",
"command": "uvx",
"args": [
"feedkit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs