Create and manage events in seconds from your AI assistant. No account needed.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-ykastelnik-realevents": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Create and manage events on RealEvents from any MCP-compatible AI assistant.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ykastelnik/realevents and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Create and manage events on RealEvents from any MCP-compatible AI assistant.
Documentation and install snippets: https://realevents.co/mcp
{
"mcpServers": {
"realevents": {
"command": "npx",
"args": ["-y", "realevents-mcp"]
}
}
}
For Claude Desktop on macOS, the config file is at ~/Library/Application Support/Claude/claude_desktop_config.json. For other clients, see their MCP documentation.
| Tool | Description |
|---|---|
list_public_events | Browse upcoming public events |
get_event | Get details of an event by slug |
create_event | Create a new event page |
register_for_event | Register an attendee |
get_manage_event | View an event's details and registrations (requires manage_token) |
update_event | Update event details (requires manage_token) |
Events created with create_event return a manage_token. Save it — it is the only way to manage the event later.
To set a default token so you don't have to pass it on every call:
{
"mcpServers": {
"realevents": {
"command": "npx",
"args": ["-y", "realevents-mcp"],
"env": {
"REALEVENTS_MANAGE_TOKEN": "your-token"
}
}
}
}
Signed with npm Provenance, built from this repository via GitHub Actions. Every published version is traceable back to the exact commit and workflow run that built it.
Before publishing a new version:
version in package.jsonmcpName: "io.github.ykastelnik/realevents" is still presentversion and packages[0].version in server.json to matchvX.Y.Z and push: the publish.yml workflow handles the npm publish./mcp-publisher publish to sync the MCP Registry listingMIT