Server data from the Official MCP Registry
WhatsApp automation platform with 120+ tools for AI chatbots, messaging, and more.
WhatsApp automation platform with 120+ tools for AI chatbots, messaging, and more.
This MCP server implements a WhatsApp automation platform with 120+ tools. Authentication is well-designed with multiple secure modes (browser login, MCP tokens, and env vars), and sensitive credentials are not hardcoded in source code. However, there are moderate concerns around token handling in callback flows, broad API scope that could expose user data, and some input validation gaps that warrant attention. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 9 high severity). Package verification found 1 issue.
6 files analyzed · 17 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: NEURON_API_URL
Environment variable: NEURON_AUTH_TOKEN
Environment variable: MCP_TRANSPORT
Environment variable: PORT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-conquext-neuron": {
"env": {
"PORT": "your-port-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"NEURON_API_URL": "your-neuron-api-url-here",
"NEURON_AUTH_TOKEN": "your-neuron-auth-token-here"
},
"args": [
"-y",
"neuron-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
WhatsApp automation platform with 120+ MCP tools for AI-powered chatbots, broadcasts, campaigns, and more.
Neuron is an AI-powered WhatsApp automation platform. This MCP server exposes 120+ tools that let AI coding assistants — Claude Code, Cursor, Windsurf, and other MCP-compatible clients — manage your entire WhatsApp business programmatically.
Build chatbots, send broadcasts, manage contacts, create campaigns, publish newsletters, and more — all through natural language with your AI assistant.
Add to your MCP client config:
{
"mcpServers": {
"neuron": {
"type": "url",
"url": "https://mcp.neuron.ng/mcp"
}
}
}
No installation required. Works immediately with any MCP client that supports Streamable HTTP.
Run directly with npx:
npx neuron-mcp-server
Or install globally:
npm install -g neuron-mcp-server
Claude Code config (~/.claude/mcp.json):
{
"mcpServers": {
"neuron": {
"command": "npx",
"args": ["-y", "neuron-mcp-server"]
}
}
}
Three ways to authenticate:
Call neuron_login() with no arguments. The server returns a URL — open it in your browser to authorize securely. No credentials are shared with the AI.
Generate a token from your Neuron dashboard (Settings > MCP Tokens), then:
neuron_login({ token: "your-mcp-token" })
Set NEURON_AUTH_TOKEN for unattended/CI use:
NEURON_AUTH_TOKEN=your-token npx neuron-mcp-server
| Category | Tools | Description |
|---|---|---|
| Authentication | 8 | Login, register, org switching, profile management |
| Bot Management | 7 | Create and manage AI chatbots with configurable LLM models |
| Conversations | 11 | Message management, human takeover, send WhatsApp messages |
| Knowledge Bases | 14 | Upload documents, semantic search, sync, ingest content |
| Contacts | 12 | CRUD operations, import/export, semantic search, sync |
| Contact Lists | 11 | Segmentation, merge, membership management |
| Channels | 17 | WhatsApp connections, QR pairing, session management |
| Broadcasts | 7 | Bulk messaging to contact lists |
| Campaigns | 14 | Sponsored campaigns, marketplace, funding |
| Newsletters | 8 | WhatsApp Channel/newsletter management |
| Webhooks | 8 | Inbound and outbound webhook management |
| Custom Tools | 6 | HTTP API tools for bots with secret injection |
| Blog | 6 | Content publishing |
| Organizations | 7 | Team management, audit logs, member invitations |
| Billing & Wallet | 12 | Subscriptions, wallet, payouts, bank accounts |
| Marketplace | 8 | Publish and install bots and contact lists |
| Reflections | 4 | Self-learning bot improvement suggestions |
| Media & AI | 2 | Upload media, AI text rewriting |
| Variable | Description | Default |
|---|---|---|
NEURON_API_URL | API base URL | https://api.neuron.ng/api/v1 |
NEURON_AUTH_TOKEN | Pre-set auth token | — |
MCP_TRANSPORT | Transport mode: stdio or http | stdio |
PORT | HTTP server port (when using http transport) | 3001 |
Add to ~/.claude/mcp.json:
{
"mcpServers": {
"neuron": {
"command": "npx",
"args": ["-y", "neuron-mcp-server"]
}
}
}
Or use the remote server:
{
"mcpServers": {
"neuron": {
"type": "url",
"url": "https://mcp.neuron.ng/mcp"
}
}
}
Settings > MCP Servers > Add Streamable HTTP
URL: https://mcp.neuron.ng/mcp
Settings > AI > MCP Servers > Add
Use either the remote URL or local npx command.
git clone https://github.com/conquext/neuron-mcp-server.git
cd neuron-mcp-server
npm install
npm run dev
Free to start — no credit card required.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.