Neuratel MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Neuratel MCP Serverstart a campaign for product launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Neuratel AI — MCP Server
Official MCP Server for Neuratel Studio — control your voice AI platform through natural language from Claude, Cursor, Windsurf, and any MCP-compatible assistant.
46 hand-crafted tools across 11 domains. Every destructive operation carries an explicit cost warning.
Quick Start
NEURATEL_API_KEY=nk_live_... uvx neuratelai-mcp@latestOr install permanently:
pip install neuratelai-mcpRelated MCP server: wot-mcp
Claude Desktop Setup
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"neuratel": {
"command": "uvx",
"args": ["neuratelai-mcp@latest"],
"env": {
"NEURATEL_API_KEY": "nk_live_your_key_here"
}
}
}
}Restart Claude Desktop. You'll see neuratel in the tools panel with 46 tools available.
Claude Code
claude mcp add neuratel -e NEURATEL_API_KEY=nk_live_... -- uvx neuratelai-mcp@latestCursor / Windsurf
Add to ~/.cursor/mcp.json (Cursor) or Codeium MCP config (Windsurf):
{
"mcpServers": {
"neuratel": {
"command": "uvx",
"args": ["neuratelai-mcp@latest"],
"env": {
"NEURATEL_API_KEY": "nk_live_your_key_here"
}
}
}
}HTTP / SSE Transport
For remote deployment or web-based clients:
NEURATEL_API_KEY=nk_live_... neuratelai-mcp --transport http --port 8000Connect to http://your-host:8000/mcp.
Environment Variables
Variable | Required | Default |
| Yes | — |
| No |
|
Tools
Domain | Count | What you can do |
Agents | 8 | Create, list, inspect, update, delete, duplicate agents; list templates; get required variables |
Calls | 5 | Place calls, list/get calls, monitor live sessions, hang up |
Campaigns | 6 | Full campaign lifecycle — create, start, pause, stop |
Conversations | 8 | Unified inbox — list, get, send messages, timeline, analytics, variables |
DNC | 6 | Check, list, add, delete entries; get/update settings |
Numbers | 3 | List numbers, assign and unassign agents |
Knowledge Base | 4 | Add content from text or URL, attach to agent |
Billing | 2 | Check balance, view usage |
Webhooks | 2 | Create and list event subscriptions |
Analytics | 1 | Combined voice + chat dashboard KPIs |
Variables | 1 | System variables catalog for dynamic_variables validation |
Requirements
Python 3.11+ · uv recommended
Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to discover, install, configure, and manage MCP servers through natural language conversation, automating tedious manual setup across multiple clients.11MIT
- Alicense-qualityDmaintenanceBridges Web of Things (WoT) devices to AI assistants via MCP, enabling discovery, monitoring, and control of IoT devices through natural language.9GPL 3.0

Latitude.sh MCP Serverofficial
Alicense-qualityAmaintenanceEnables natural language management of Latitude.sh infrastructure, allowing users to list, create, and delete servers, projects, and SSH keys through MCP-compatible clients.144MIT- FlicenseCqualityDmaintenanceMCP server enabling interaction with Telnyx telephony, messaging, and AI assistant APIs through natural language.46
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Neuratel-AI/neuratel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server