
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@lazyrelay/mcp-server
Advanced tools
MCP server for LazyRelay: schedule posts, check analytics, and read mentions from any MCP-compatible AI agent. Local (stdio, API key) or hosted (OAuth, no install).
Connect any MCP-compatible AI agent (Claude Desktop, Claude Code, Cursor, and others) directly to your LazyRelay account — schedule posts, check analytics, and read comments without a browser.
This is a local server — it runs on your own machine and talks to LazyRelay's API using your own API key. There's no separate LazyRelay account or install step beyond this.
claude_desktop_config.json):{
"mcpServers": {
"lazyrelay": {
"command": "npx",
"args": ["-y", "@lazyrelay/mcp-server"],
"env": {
"LAZYRELAY_API_KEY": "lzr_live_your_key_here"
}
}
}
}
| Tool | What it does |
|---|---|
list_connected_accounts | List your connected social accounts and their ids |
list_workspaces | List your brands/workspaces |
schedule_post | Schedule a post to one connected account |
publish_post_now | Publish immediately instead of scheduling for later |
update_post | Edit a draft or still-pending post's content or media |
list_scheduled_posts | See upcoming and recent posts, with status and Proof-of-Publish verification |
delete_scheduled_post | Cancel a pending post |
get_analytics_summary | Post counts, verified-live rate, per-platform breakdown, engagement totals |
get_mentions | Recent comments on your posts, where the platform supports reading them |
Every key acts as your account — treat it exactly like a password. Never share it or commit it to code.
npm install
npm run build
LAZYRELAY_API_KEY=lzr_live_... npm start
LazyRelay also runs a hosted MCP server at https://lazyrelaylazyrelay-backend.onrender.com/mcp. Same 6 tools, but you sign in with your LazyRelay account instead of using an API key, nothing to run locally. In Claude, that's Settings → Connectors → Add connector → Remote, then paste the URL. For MCP clients that use a config file instead:
{
"mcpServers": {
"lazyrelay": {
"url": "https://lazyrelaylazyrelay-backend.onrender.com/mcp"
}
}
}
Full docs, including how to revoke access to a connected app later, are at lazyrelay.com/docs.
FAQs
MCP server for LazyRelay: schedule posts, check analytics, and read mentions from any MCP-compatible AI agent. Local (stdio, API key) or hosted (OAuth, no install).
The npm package @lazyrelay/mcp-server receives a total of 0 weekly downloads. As such, @lazyrelay/mcp-server popularity was classified as not popular.
We found that @lazyrelay/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.