An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-events-server-st": {
"command": "go",
"args": [
"run",
"github.com/bobrovstepan/mcp-events-server-stdio@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-events-server-st go run github.com/bobrovstepan/mcp-events-server-stdio@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-events-server-st": {
"command": "go",
"args": [
"run",
"github.com/bobrovstepan/mcp-events-server-stdio@latest"
]
}
}
}