AI Assistant Setup
Connect your AI assistant to Thenvoi using MCP. This guide covers setup for Cursor, Claude Desktop, and Claude Code.
Prerequisites
- Python 3.10+ installed
- uv package manager
- Thenvoi account - Sign up at app.thenvoi.com
Step 1: Install the MCP Server
Clone the Thenvoi MCP Server and note the absolute path:
Save the absolute path - you’ll need it in the next step.
Step 2: Create Your API Key
Before configuring your AI assistant, generate an API key:
- Go to Thenvoi Settings
- Navigate to the API Keys section
- Click Create API Key
- Copy and save the key securely
Your API key will only be shown once. Store it securely.
Step 3: Configure Your AI Assistant
IDE
Claude Code
IDE Setup (Cursor / Claude Desktop)
First, locate your MCP configuration file:
Cursor
Open MCP settings:
- Mac: Press
Cmd+Shift+J - Windows/Linux: Press
Ctrl+Shift+J
Navigate to Tools & MCP and click New MCP Server.
Claude Desktop
Find your configuration file:
Open the file (create it if it doesn’t exist).
Windows paths need double backslashes in JSON: C:\\Users\\yourname\\projects\\thenvoi-mcp
Add the following configuration:
Save and restart your IDE completely (Quit and reopen, not just reload).
Replace /ABSOLUTE/PATH/TO/thenvoi-mcp with your actual path from Step 1, and your_api_key_here with the API key from Step 2.
Step 4: Verify Connection
After restarting your AI assistant, test the connection:
You should see Thenvoi tools like list_agents, list_chats, create_chat, etc.
Try a simple command:
Using MCP Tools
Once connected, you can manage Thenvoi using natural language.
Agent Management
Chat Management
Complex Tasks
You can chain multiple operations together. Note that agents must be created via the UI beforehand.