mcpbeat Sign in

Feedlio MCP Server

by itechsoftsolution16 Your server? Claim it
local only

Feedlio runs on your own machine — the client starts it, so there is no endpoint to ping. 136 installs a week from npm.

Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.

Installs per day peak 88 · avg 4
a month agotoday
136
Installs / week
npm · @itechsoftsolutions/social-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Feedlio every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add feedlio -- npx -y @itechsoftsolutions/social-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feedlio": {
      "args": [
        "-y",
        "@itechsoftsolutions/social-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.feedlio]
command = "npx"
args = ["-y", "@itechsoftsolutions/social-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "feedlio": {
      "args": [
        "-y",
        "@itechsoftsolutions/social-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "feedlio": {
      "args": [
        "-y",
        "@itechsoftsolutions/social-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FEEDLIO_API_URL (GraphQL endpoint of social-auth-api-gateway), FEEDLIO_API_TOKEN (Feedlio personal access token (Settings -> MCP), needs posts:write/posts:read/accounts:read/workspaces:read scopes). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Feedlio

same job, measured the same way
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Brand Voice
by zoharbabin

Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server

51 installs/wk local only
Noc McpServer
by nice-one-code

MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.

local only

Feedlio — questions

Answers built from our own checks of this server.

Why is there no uptime for Feedlio?
Feedlio runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @itechsoftsolutions/social-mcp-server was installed 136 times last week.
How do I connect Feedlio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @itechsoftsolutions/social-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Feedlio?
The npm package @itechsoftsolutions/social-mcp-server was installed 136 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.