feedlio for Claude Desktop
io.github.itechsoftsolution16/feedlio
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
client:Claude Desktop
transport:stdio
runtime:npm
Install feedlio in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"feedlio": {
"command": "npx",
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"env": {
"FEEDLIO_API_URL": "<FEEDLIO_API_URL>",
"FEEDLIO_API_TOKEN": "<FEEDLIO_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs