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.
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.
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.
claude mcp add feedlio -- npx -y @itechsoftsolutions/social-mcp-server
{
"mcpServers": {
"feedlio": {
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.feedlio]
command = "npx"
args = ["-y", "@itechsoftsolutions/social-mcp-server"]
{
"mcpServers": {
"feedlio": {
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
MCP server that exposes Google Gemini as tools for Claude Code
briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.
MCP relay server for Claude Desktop <-> Claude Code communication
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
MCP server for connecting Claude Code to a Hostinger VPS via SSH
Zendesk MCP server for Claude Code and other MCP clients
Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server
MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.
Answers built from our own checks of this server.