Catalog
io.github.nevent-dev/mcp-nevent
Officialby nevent-dev · TypeScript
Nevent MCP
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Interact with live-events CRM for campaigns, analytics, ads, and segments.
Topics
anthropicchatgptclaudecrmeventsmarketingmcpmodel-context-protocoltypescriptnevent
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
NEVENT_JWT_TOKENrequiredsecretNevent JWT access token for authenticating with the Nevent API
NEVENT_OPERATION_MODEdefault READ_ONLYTool operation mode: READ_ONLY (default), STANDARD, or FULL
claude_desktop_config.json
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent@1.4.1"
],
"env": {
"NEVENT_JWT_TOKEN": "<YOUR_NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "READ_ONLY"
}
}
}
}