MCP server that turns a GitHub repo into ready-to-review release announcements (X, Reddit, awesome lists, MCP directories) + a publish-readiness checklist
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"release-announcer-mc": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/release-announcer-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add release-announcer-mc npx -y h-kazuki-pixel/release-announcer-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"release-announcer-mc": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/release-announcer-mcp"
]
}
}
}
📋 Copy