{
  "markdown": "# Nevent MCP\n\n> Talk to your live-events CRM (campaigns, analytics, paid ads, segments, short URLs) in Claude and ChatGPT.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![npm](https://img.shields.io/npm/v/mcp-nevent.svg)](https://www.npmjs.com/package/mcp-nevent)\n[![Help Center](https://img.shields.io/badge/docs-help.nevent.ai-8B5CF6)](https://help.nevent.ai/en/nevent-ai/)\n[![smithery badge](https://smithery.ai/badge/samuel-fraga/nevent-mcp)](https://smithery.ai/servers/samuel-fraga/nevent-mcp)\n\nOfficial MCP server for [Nevent](https://nevent.ai/en) — 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).\n\n📚 **Full documentation:** **<https://help.nevent.ai/en/nevent-ai/>**\n\n---\n\n## Install\n\n### Hosted (recommended — no install needed)\n\nAdd `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.\n\n→ Step-by-step with screenshots: [Connect with Claude](https://help.nevent.ai/en/nevent-ai/connect-claude/) · [Connect with ChatGPT](https://help.nevent.ai/en/nevent-ai/connect-chatgpt/)\n\n### Local (stdio via npm)\n\n```bash\nnpx mcp-nevent\n```\n\nRequired env: `NEVENT_JWT_TOKEN`. Optional: `NEVENT_OPERATION_MODE` (`READ_ONLY` | `STANDARD` | `FULL`).\n\n→ Full local setup: [Local installation](https://help.nevent.ai/en/nevent-ai/developers/local-installation/)\n\n---\n\n## Quick add\n\n### Claude.ai · ChatGPT (hosted, no setup)\n\nSettings → Integrations / Connectors → Add custom MCP → URL `https://mcp.nevent.ai/`. Authorize with your Nevent admin account.\n\n### Claude Code\n\n```bash\n# Hosted (OAuth)\nclaude mcp add --transport http nevent https://mcp.nevent.ai/\n\n# Or local (stdio)\nclaude mcp add nevent -- node /path/to/mcp-nevent/dist/index.js\nexport NEVENT_JWT_TOKEN=your_token\n```\n\n→ Full guide: [Claude Code](https://help.nevent.ai/en/nevent-ai/developers/claude-code/)\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/`, Windows: `%APPDATA%\\Claude\\`):\n\n```json\n{\n  \"mcpServers\": {\n    \"nevent\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/mcp-nevent/dist/index.js\"],\n      \"env\": {\n        \"NEVENT_JWT_TOKEN\": \"your_nevent_jwt_token\"\n      }\n    }\n  }\n}\n```\n\n→ Full guide: [Claude Desktop](https://help.nevent.ai/en/nevent-ai/developers/claude-desktop/)\n\n### Cursor · Cline · Continue · VS Code\n\n→ Per-client setup: [Cursor, Cline, Continue, VS Code](https://help.nevent.ai/en/nevent-ai/developers/cursor-cline-continue/)\n\n---\n\n## What you can ask\n\n```\n\"Show me registrations for EventX broken down by ticket type\"\n\n\"Which campaigns sent last month had an open rate above 30%?\"\n\n\"Create a segment of attendees who bought a VIP ticket in 2025\n but haven't opened any email in the last 90 days\"\n\n\"Schedule the 'Summer Gala' campaign for next Monday at 10:00 CET\"\n\n\"Compare ROAS across our Meta ad campaigns for March\"\n\n\"Create per-user tracking links for the Summer Gala campaign\n and show me which users clicked\"\n```\n\n→ More patterns: [Ready-to-use prompts](https://help.nevent.ai/en/nevent-ai/ready-to-use-prompts/) · [Use cases](https://help.nevent.ai/en/nevent-ai/use-cases/)\n\n---\n\n## Documentation\n\n| Topic | Link |\n|---|---|\n| What Nevent AI is and how it works | <https://help.nevent.ai/en/nevent-ai/> |\n| Capabilities by area (analytics, campaigns, audience, paid media…) | <https://help.nevent.ai/en/nevent-ai/what-you-can-do/> |\n| End-to-end use cases | <https://help.nevent.ai/en/nevent-ai/use-cases/> |\n| Permissions and security | <https://help.nevent.ai/en/nevent-ai/permissions-and-security/> |\n| FAQ | <https://help.nevent.ai/en/nevent-ai/faq/> |\n\n### For developers\n\n| Topic | Link |\n|---|---|\n| Overview, transports and architecture | <https://help.nevent.ai/en/nevent-ai/developers/> |\n| Local installation and env vars | <https://help.nevent.ai/en/nevent-ai/developers/local-installation/> |\n| Multi-tenant model | <https://help.nevent.ai/en/nevent-ai/developers/multi-tenant/> |\n| Reference of all 59 tools | <https://help.nevent.ai/en/nevent-ai/developers/tools/> |\n| Troubleshooting and error codes | <https://help.nevent.ai/en/nevent-ai/developers/troubleshooting/> |\n\n---\n\n## How it works\n\n```\nLLM (Claude / ChatGPT / Cursor / …)\n        |\n        | MCP (Streamable HTTP or stdio)\n        v\n  ┌─────────────────┐\n  │  Nevent MCP     │  mcp.nevent.ai (hosted) or local\n  └─────────────────┘\n        |\n        | REST + JWT\n        v\n  Nevent APIs (analytics, campaigns, segments, paid media, short URLs)\n```\n\n**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.\n\n---\n\n## Privacy\n\nThe Nevent MCP server processes tenant data on Nevent's own infrastructure\n(AWS, eu-west-1). Data does not leave Nevent's infrastructure and is not\nused for model training.\n\nFor details on data collection, retention, third-party sharing, and contact\ninformation, see the full privacy policy: https://nevent.ai/en/privacy/\n\nSecurity disclosure: see [`SECURITY.md`](./SECURITY.md).\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md), [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) and [SECURITY.md](SECURITY.md).\n\n## License\n\n[MIT](LICENSE) © Nevent\n\n## Support\n\n- **Help Center:** <https://help.nevent.ai>\n- **Issues:** <https://github.com/nevent-dev/mcp-nevent/issues>\n- **Email:** [support@nevent.ai](mailto:support@nevent.ai)\n- **Product:** <https://nevent.ai/en>\n",
  "bytes": 5698,
  "sha": "bdfffa2aac744385e9763f5764d76ab24f1a6800da7a96fa5f0c9d79e0c75cb5",
  "repo_slug": "nevent-dev/mcp-nevent",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_nevent_dev_mcp_nevent_0883c4d2/readme"
}