realevents-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@realevents-mcpList public events happening next week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RealEvents MCP Server
Create and manage events on RealEvents from any MCP-compatible AI assistant.
Documentation and install snippets: https://realevents.co/mcp
Install
{
"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.
Tools
Tool | Description |
| Browse upcoming public events |
| Get details of an event by slug |
| Create a new event page |
| Register an attendee |
| View an event's details and registrations (requires manage_token) |
| Update event details (requires manage_token) |
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"
}
}
}
}Security
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.
Links
For maintainers — publishing checklist
Before publishing a new version:
Bump
versioninpackage.jsonVerify
mcpName: "io.github.ykastelnik/realevents"is still presentBump
versionandpackages[0].versioninserver.jsonto matchTag
vX.Y.Zand push: thepublish.ymlworkflow handles the npm publishLocally:
./mcp-publisher publishto sync the MCP Registry listing
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ykastelnik/realevents-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server