Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-nevent-dev-mcp-nevent": {
"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.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
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.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe 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 / marketing
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.
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
MCP Security Weekly
Get CVE alerts and security updates for io.github.nevent-dev/mcp-nevent and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Add https://mcp.nevent.ai/mcp as a remote MCP server in your client (Claude.ai, ChatGPT, Cursor, Cline, Continue).
npx mcp-nevent
Or install globally:
npm install -g mcp-nevent
mcp-nevent
Required env: NEVENT_JWT_TOKEN. Optional: NEVENT_OPERATION_MODE (READ_ONLY | STANDARD | FULL).
https://mcp.nevent.ai/mcpBuild first if needed: npm install && npm run build
Add to your MCP client config:
{
"mcpServers": {
"nevent": {
"command": "node",
"args": ["/path/to/mcp-nevent/dist/index.js"],
"env": {
"NEVENT_JWT_TOKEN": "your_nevent_jwt_token"
}
}
}
}
For Claude Desktop, the config file is:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonFor Claude Code:
claude mcp add nevent -- node /path/to/mcp-nevent/dist/index.js
export NEVENT_JWT_TOKEN=your_token
Settings → Connectors → Add custom MCP → URL https://mcp.nevent.ai/mcp. The OAuth flow will prompt you to log in with your Nevent admin account.
"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 all attendees who bought a VIP ticket in 2025
but haven't opened any email in the last 90 days"
"Schedule the 'Summer Gala' email campaign for next Monday at 10:00 CET"
"Compare ROAS across our Meta ad campaigns for March"
"How many suppressions did we accumulate this month and what are the top reasons?"
"Create per-user tracking links for the Summer Gala campaign and show me which users clicked"
| Tool | Description |
|---|---|
nevent_analytics_capabilities | Discover available data tables — call first if unsure what data exists |
nevent_analytics_table_schema | Get column definitions for a specific table |
nevent_analytics_query | Query with dimensions, metrics, filters, and time ranges |
nevent_analytics_filter_values | Get distinct field values to build valid filters |
nevent_campaign_report | Comprehensive campaign performance report — 13 parallel queries in one call |
nevent_segmentation_criteria | List all criteria available for building audience segments |
nevent_dimension_values | Autocomplete values for a segmentation criterion |
nevent_segment_preview | Preview estimated audience size without saving |
nevent_segment_execute | Execute a segment and get paginated matching contacts |
nevent_help | In-session guidance by topic (workflows, errors, tenants, analytics) |
| Tool | Description |
|---|---|
nevent_list_tenants | List all tenants accessible to the authenticated user |
nevent_switch_tenant | Set the active tenant for this MCP session |
nevent_reset_tenant | Restore home tenant after a cross-tenant operation (SUPERADMIN) |
nevent_list_segments | List saved segments for the active tenant |
nevent_get_segment | Get full filter definition and metadata for a segment |
nevent_create_segment | Create and persist a new audience segment |
nevent_update_segment | Modify an existing segment's |