Nevent MCP
Rank #12,742io.github.nevent-dev/mcp-nevent
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Nevent MCP is a Model Context Protocol (MCP) server published by nevent-dev. It ranks #12,742 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Nevent MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on May 16, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 102,718 of 115,460 servers on MCP Toplist.
Use Nevent MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-nevent https://mcp.nevent.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mcp-nevent -e "NEVENT_JWT_TOKEN=<your NEVENT_JWT_TOKEN>" -e "NEVENT_OPERATION_MODE=<your NEVENT_OPERATION_MODE>" -- npx -y mcp-neventReplace each placeholder with your own value before saving.
[mcp_servers.mcp-nevent]
url = "https://mcp.nevent.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-nevent]
command = "npx"
args = ["-y", "mcp-nevent"]
[mcp_servers.mcp-nevent.env]
NEVENT_JWT_TOKEN = "<your NEVENT_JWT_TOKEN>"
NEVENT_OPERATION_MODE = "<your NEVENT_OPERATION_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.nevent.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<your NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<your NEVENT_OPERATION_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nevent": {
"url": "https://mcp.nevent.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<your NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<your NEVENT_OPERATION_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-nevent": {
"type": "http",
"url": "https://mcp.nevent.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-nevent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<your NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<your NEVENT_OPERATION_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nevent": {
"serverUrl": "https://mcp.nevent.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<your NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<your NEVENT_OPERATION_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nevent": {
"url": "https://mcp.nevent.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<your NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<your NEVENT_OPERATION_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nevent-dev%2Fmcp-nevent)<a href="https://mcptoplist.com/server/io.github.nevent-dev%2Fmcp-nevent"><img src="https://mcptoplist.com/badge/io.github.nevent-dev%2Fmcp-nevent.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
nevent-dev
Available versions (4)
| Version | Published |
|---|---|
| 1.8.0 | Aug 24, 2026 |
| 1.7.1 | Jul 31, 2026 |
| 1.3.0 | Jun 1, 2026 |
| 1.1.1 | May 28, 2026 |
Frequently asked questions
- Who maintains Nevent MCP?
- Nevent MCP is maintained by nevent-dev, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Nevent MCP listed on the Official MCP Registry?
- Yes — Nevent MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Nevent MCP have?
- MCP Toplist tracks 4 versions of Nevent MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for Nevent MCP?
- The source code for Nevent MCP is hosted at github.com/nevent-dev/mcp-nevent.