mcpbeat Sign in

Lazyrelay MCP Server

by gosswerner1-max Your server? Claim it
local only

Lazyrelay MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 202 installs a week from npm. Last commit 31 Aug 2026.

Schedule social posts, check Proof-of-Publish status, pull analytics, and read mentions.

Installs per day peak 282 · avg 24 · -37% w/w
a month agotoday
202
Installs / week
npm · @lazyrelay/mcp-server
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const domainStatePath = path.join(__dirname, "..", result.domain, "state", `${result.domain}_overseer_flags.json`);
Sends data to a third-party sink backend/src/platforms/telegram.ts:24
const API_BASE = "https://api.telegram.org";
Dumps the whole environment ops/billing/billing_ops.js:106
    ...Object.keys(process.env).filter(isPaddlePriceKey),
Reads files and sends them to the network ops/infra/backup_storage.js:59
    .readdirSync(BACKUP_ROOT)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 lazyrelay-mcp-server -- npx -y @lazyrelay/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lazyrelay-mcp-server": {
      "args": [
        "-y",
        "@lazyrelay/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lazyrelay-mcp-server]
command = "npx"
args = ["-y", "@lazyrelay/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "lazyrelay-mcp-server": {
      "args": [
        "-y",
        "@lazyrelay/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lazyrelay-mcp-server": {
      "args": [
        "-y",
        "@lazyrelay/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Lazyrelay MCP Server

same job, measured the same way
Posteverywhere
by posteverywhere

Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions

163 installs/wk answering
Content Rabbit
by pooriaarab

Create, schedule, and publish social posts, manage accounts, and read analytics as MCP tools.

404 installs/wk answering
SocialBu MCP
by usamaejaz

Manage SocialBu posts, scheduling, publishing, automations, and analytics from MCP clients.

answering
Schedulala
by schedulala

Schedule and publish social posts to 12 platforms with first comments, analytics, and listening.

69 installs/wk answering
Zernio
by zernio

Schedule, publish, and analyze social media across 15+ platforms, plus inbox, ads, and analytics.

52 tools answering
Maeve Social
by maevesocial

A hosted MCP server for planning, scheduling, media, analytics, and social publishing.

answering
ReelDrop
by reeldrop

Schedule Instagram reels, manage comment-to-DM automations, and read analytics

answering
D
Swonkie
by swonkie

Manage social media from your AI client: analytics, posts, scheduling, media, and AI images.

answering

Lazyrelay MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Lazyrelay MCP Server?
Lazyrelay MCP Server 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 @lazyrelay/mcp-server was installed 202 times last week.
How do I connect Lazyrelay MCP Server?
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 @lazyrelay/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Lazyrelay MCP Server?
The npm package @lazyrelay/mcp-server was installed 202 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lazyrelay MCP Server open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.