Loading MCP server directory, please wait...
Schedule social posts, check Proof-of-Publish status, pull analytics, and read mentions.
npx @getmcp/cli add io.github.gosswerner1-max/lazyrelay-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
LAZYRELAY_API_KEYYour LazyRelay API key. Get one from your LazyRelay dashboard: Settings -> More -> API Keys -> Create key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gosswerner1-max/lazyrelay-mcp-server": {
"command": "npx",
"args": [
"-y",
"@lazyrelay/mcp-server"
],
"env": {
"LAZYRELAY_API_KEY": ""
}
}
}
}