feedlio for Cursor
io.github.itechsoftsolution16/feedlio
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
client:Cursor
transport:stdio
runtime:npm
Install feedlio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"feedlio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"env": {
"FEEDLIO_API_URL": "<FEEDLIO_API_URL>",
"FEEDLIO_API_TOKEN": "<FEEDLIO_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs