Setup Instructions
General
Our MCP server uses Streamable HTTP transport with OAuth 2.1 for authentication:- URL:
https://mcp.eigi.ai/mcp
Claude
Team, Enterprise (Claude.ai)- Navigate to Settings in the sidebar on web or desktop
- Scroll to Integrations at the bottom and click Add more
- In the prompt enter:
- Integration name:
eigi.ai - Integration URL:
https://mcp.eigi.ai/mcp
- Integration name:
- Make sure to enable the tools in any new chats
- Open the file
~/Library/Application Support/Claude/claude_desktop_config.json - Add the following and restart the Claude desktop app:
Claude Code
/mcp once you’ve opened a Claude Code session to go through the authentication flow.
Cursor
- Press
Cmd+,(macOS) orCtrl+,(Windows) to open Settings - Go to Features → MCP Servers
- Click Add Server and enter:
- Name:
eigi.ai - URL:
https://mcp.eigi.ai/mcp
- Name:
.cursor/mcp.json:
Visual Studio Code
Ctrl/Cmd+Shift+Pand search for MCP: Add Server- Select Command (stdio)
- Enter the following command:
npx mcp-remote https://mcp.eigi.ai/mcp - Enter the name
eigiand hit enter - Activate the server using MCP: List Servers, select eigi, then Start Server
Windsurf
Ctrl/Cmd+,to open Windsurf settings- Scroll to Cascade → MCP servers
- Select Add Server → Add custom server
- Add the following:
Zed
Cmd+,to open Zed settings- Add the following:
ChatGPT / OpenAI
- Go to ChatGPT Settings → Connected Apps
- Click Add Connection → Developer Mode
- Enter the MCP URL:
https://mcp.eigi.ai/mcp - Complete the OAuth flow
Others
Many other tools now support MCP servers. Configure them with:- Command:
npx - Arguments:
-y mcp-remote https://mcp.eigi.ai/mcp - Environment: None
Available Tools
The eigi.ai MCP server provides 23 tools across 6 categories:| Category | Tools | Description |
|---|---|---|
| Agents | 6 | Create, list, get, update, delete agents + interactive testing |
| Conversations | 2 | List and retrieve conversation transcripts |
| Calls | 3 | Initiate outbound calls, bulk campaigns, list phone numbers |
| Chat | 4 | Text-based agent testing and chat session management |
| Prompts | 6 | Create, manage, and version system prompts |
| Providers | 2 | Browse available LLM/TTS/STT providers and voices |
Example Prompts
After connecting, try these: Agent Management- “Create a new voice agent named ‘Support Bot’ that speaks English”
- “List all my agents”
- “Update my Sales Agent to use ElevenLabs voice”
- “Show me the last 10 conversations”
- “Call +1234567890 using my Reminder agent”
- “Get the transcript for my latest call”
- “Test my FAQ Bot with a sample question”
- “Send a chat message to my Support Agent”
FAQ
Why am I seeing an internal server error when trying to connect?
Why am I seeing an internal server error when trying to connect?
This usually means the OAuth flow failed. Try: 1. Clear browser cookies for
eigi.ai 2. Restart your MCP client 3. Try the authentication againI'm using Windows/WSL and seeing an error
I'm using Windows/WSL and seeing an error
Make sure Node.js is installed and accessible from your terminal:
bash node --version If not installed, download from
nodejs.org.Can I authenticate with my own API keys?
Can I authenticate with my own API keys?
The MCP server uses OAuth 2.0 for authentication. API key authentication is
not currently supported for the remote MCP server.
Requirements
- Free eigi.ai account — Sign up at eigi.ai
- Authentication — OAuth 2.0 (automatic via browser when you first connect)
- MCP-compatible client — Claude, Cursor, VS Code, Windsurf, or any MCP client
Support
- Email: buddy@eigi.ai

