What is the Nevent MCP MCP server?
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
How to install Nevent MCP
Copy-paste configuration for popular MCP clients.
NEVENT_JWT_TOKENrequiredsecretNevent JWT access token for authenticating with the Nevent API
NEVENT_OPERATION_MODETool operation mode: READ_ONLY (default), STANDARD, or FULL
{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<YOUR_NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<YOUR_NEVENT_OPERATION_MODE>"
}
}
}
}{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<YOUR_NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<YOUR_NEVENT_OPERATION_MODE>"
}
}
}
}{
"mcpServers": {
"mcp-nevent": {
"command": "npx",
"args": [
"-y",
"mcp-nevent"
],
"env": {
"NEVENT_JWT_TOKEN": "<YOUR_NEVENT_JWT_TOKEN>",
"NEVENT_OPERATION_MODE": "<YOUR_NEVENT_OPERATION_MODE>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add mcp-nevent --env NEVENT_JWT_TOKEN=<YOUR_NEVENT_JWT_TOKEN> --env NEVENT_OPERATION_MODE=<YOUR_NEVENT_OPERATION_MODE> -- npx -y mcp-neventRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.