npm mcp-neventstreamable-httpupdated 15d ago
Talk to your live-events CRM (campaigns, analytics, paid ads, segments, short URLs) in Claude and ChatGPT.
What can you do with Nevent MCP?
Nevent MCP
Talk to your live-events CRM (campaigns, analytics, paid ads, segments, short URLs) in Claude and ChatGPT.
Official MCP server for Nevent β the marketing platform for live event promoters. 59 tools across 10 groups (analytics, segmentation, campaigns, templates, deliverability, paid media, short URLs, media library, multi-tenant, and help/discovery) over OAuth 2.1 (hosted) or stdio (local).
π Full documentation: https://help.nevent.ai/en/nevent-ai/
Install
Hosted (recommended β no install needed)
Add https://mcp.nevent.ai/ as a remote MCP server in your client. Works with Claude.ai, ChatGPT, Cursor, Cline, Continue and any compatible MCP client.
β Step-by-step with screenshots: Connect with Claude Β· Connect with ChatGPT
Local (stdio via npm)
npx mcp-nevent
Required env: NEVENT_JWT_TOKEN. Optional: NEVENT_OPERATION_MODE (READ_ONLY | STANDARD | FULL).
β Full local setup: Local installation
Quick add
Claude.ai Β· ChatGPT (hosted, no setup)
Settings β Integrations / Connectors β Add custom MCP β URL https://mcp.nevent.ai/. Authorize with your Nevent admin account.
Claude Code
# Hosted (OAuth)
claude mcp add --transport http nevent https://mcp.nevent.ai/
# Or local (stdio)
claude mcp add nevent -- node /path/to/mcp-nevent/dist/index.js
export NEVENT_JWT_TOKEN=your_token
β Full guide: Claude Code
Claude Desktop
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):
{
"mcpServers": {
"nevent": {
"command": "node",
"args": ["/path/to/mcp-nevent/dist/index.js"],
"env": {
"NEVENT_JWT_TOKEN": "your_nevent_jwt_token"
}
}
}
}
β Full guide: Claude Desktop
Cursor Β· Cline Β· Continue Β· VS Code
β Per-client setup: Cursor, Cline, Continue, VS Code
What you can ask
"Show me registrations for EventX broken down by ticket type"
"Which campaigns sent last month had an open rate above 30%?"
"Create a segment of attendees who bought a VIP ticket in 2025
but haven't opened any email in the last 90 days"
"Schedule the 'Summer Gala' campaign for next Monday at 10:00 CET"
"Compare ROAS across our Meta ad campaigns for March"
"Create per-user tracking links for the Summer Gala campaign
and show me which users clicked"
β More patterns: Ready-to-use prompts Β· Use cases
Documentation
| Topic | Link |
|---|---|
| What Nevent AI is and how it works | https://help.nevent.ai/en/nevent-ai/ |
| Capabilities by area (analytics, campaigns, audience, paid mediaβ¦) | https://help.nevent.ai/en/nevent-ai/what-you-can-do/ |
| End-to-end use cases | https://help.nevent.ai/en/nevent-ai/use-cases/ |
| Permissions and security | https://help.nevent.ai/en/nevent-ai/permissions-and-security/ |
| FAQ | https://help.nevent.ai/en/nevent-ai/faq/ |
For developers
| Topic | Link |
|---|---|
| Overview, transports and architecture | https://help.nevent.ai/en/nevent-ai/developers/ |
| Local installation and env vars | https://help.nevent.ai/en/nevent-ai/developers/local-installation/ |
| Multi-tenant model | https://help.nevent.ai/en/nevent-ai/developers/multi-tenant/ |
| Reference of all 59 tools | https://help.nevent.ai/en/nevent-ai/developers/tools/ |
| Troubleshooting and error codes | https://help.nevent.ai/en/nevent-ai/developers/troubleshooting/ |
How it works
LLM (Claude / ChatGPT / Cursor / β¦)
|
| MCP (Streamable HTTP or stdio)
v
βββββββββββββββββββ
β Nevent MCP β mcp.nevent.ai (hosted) or local
βββββββββββββββββββ
|
| REST + JWT
v
Nevent APIs (analytics, campaigns, segments, paid media, short URLs)
Hosted mode uses OAuth 2.1: the MCP server issues short-lived JWT tokens after validating your Nevent credentials. Each session is isolated β no shared service accounts.
Privacy
The Nevent MCP server processes tenant data on Nevent's own infrastructure (AWS, eu-west-1). Data does not leave Nevent's infrastructure and is not used for model training.
For details on data collection, retention, third-party sharing, and contact information, see the full privacy policy: https://nevent.ai/en/privacy/
Security disclosure: see SECURITY.md.
Contributing
See CONTRIBUTING.md, CODE_OF_CONDUCT.md and SECURITY.md.
License
MIT Β© Nevent
Support
- Help Center: https://help.nevent.ai
- Issues: https://github.com/nevent-dev/mcp-nevent/issues
- Email: support@nevent.ai
- Product: https://nevent.ai/en
Install
Add Nevent MCP to your client. Pick the one you use.
{
"servers": {
"mcp-nevent": {
"type": "http",
"url": "https://mcp.nevent.ai/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-nevent -- npx -y mcp-neventcodex mcp add mcp-nevent -- npx -y mcp-neventamp mcp add mcp-nevent -- npx -y mcp-nevent{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-nevent": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-nevent": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-nevent"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-neventRun `goose configure`, choose **Add Extension β Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.8.0Latest | Aug 24, 2026 |
| 1.7.1 | Jul 31, 2026 |
| 1.4.1 | Jun 1, 2026 |
| 1.4.0 | Jun 1, 2026 |
| 1.3.0 | Jun 1, 2026 |
| 1.2.3 | Jun 1, 2026 |
| 1.2.2 | Jun 1, 2026 |
| 1.2.1 | May 28, 2026 |
| 1.1.1 | May 28, 2026 |