Cursor
AvailableConnect FeedNest to Cursor IDE for AI-powered feed access directly in your editor.
Setup
- 1
Create the configuration file
Create
.cursor/mcp.jsonin your project root for project-level config, or~/.cursor/mcp.jsonfor global config. - 2
Add the FeedNest server
Paste the configuration below. Replace
fn_live_...with your API key. - 3
Restart Cursor
A full restart is required after changing MCP configuration. Use Cmd/Ctrl + Shift + P → Reload Window or quit and reopen Cursor.
Use environment variables
Cursor supports env var interpolation with ${env:FEEDNEST_API_KEY} syntax. Set the variable in your shell profile and use this config instead:
No type field needed
Do not add a "type" field. Cursor auto-detects the transport from the presence of "url".
Troubleshooting
For more help, see the general setup guide.