feedlio for Cline
io.github.itechsoftsolution16/feedlio
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
client:Cline
transport:stdio
runtime:npm
Install feedlio in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"feedlio": {
"command": "npx",
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"env": {
"FEEDLIO_API_URL": "<FEEDLIO_API_URL>",
"FEEDLIO_API_TOKEN": "<FEEDLIO_API_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs