Loading MCP server directory, please wait...
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
npx @getmcp/cli add io.github.itechsoftsolution16/feedlioRequires Node.js 18+. Community-contributed server. Review source before installing.
FEEDLIO_API_URLGraphQL endpoint of social-auth-api-gateway
FEEDLIO_API_TOKENFeedlio personal access token (Settings -> MCP), needs posts:write/posts:read/accounts:read/workspaces:read scopes
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.itechsoftsolution16/feedlio": {
"command": "npx",
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"env": {
"FEEDLIO_API_URL": "https://api.feedlio.io/graphql",
"FEEDLIO_API_TOKEN": ""
}
}
}
}