The Tuner MCP Server is currently in Beta. Available actions and supported platforms may expand over time.
Tuner MCP Server: https://api.usetuner.ai/mcp/
IDEs
Connect Tuner to your IDE to manage agent configurations directly from your development environment. The MCP server uses API-key authentication through anAuthorization header. Get your API key from Tuner and use it as a Bearer token when configuring the MCP in your IDE.
Cursor
Claude Code
Antigravity
Open MCP Configuration
Click the … dropdown at the top of the editor’s agent panel, then Manage MCP Servers → View raw config to open
mcp_config.json.Chatbots
Connect Tuner to your AI chatbot to manage agent configurations through natural language conversations. Chatbots connect to Tuner using OAuth-based authentication. When you add the Tuner MCP server for the first time, you will be redirected to Tuner’s sign-in page to authorize access. Once authenticated, your session remains active and you won’t need to re-authenticate unless you revoke access.Claude
Add Custom Connector
You need a Pro subscription or higher. Go to Settings → Connectors, click Add Custom Connector, and paste your Tuner MCP Server URL:
Connect and Authenticate
Click Connect. You will be redirected to Tuner to sign in and authorize access.
Start the Setup
Once you’ve connected Tuner to your chatbot or IDE, paste the following into your chat to begin configuring your agent:Troubleshooting
Connection failed or timed out
Connection failed or timed out
- Chatbots: Verify you’re using the correct MCP Server URL from the Tuner Dashboard. Ensure your Tuner account is active and you have the required subscription.
- IDEs: Check that your API key is valid and correctly placed in the configuration file. Make sure
https://api.usetuner.ai/mcp/is reachable.
Authentication error
Authentication error
- Chatbots: Try disconnecting and reconnecting. In Claude, go to Settings → Connectors and remove Tuner, then add it again. In ChatGPT, remove the app and re-create it.
- IDEs: Regenerate your API key from the Tuner Dashboard and update your configuration file.
Tuner not appearing in chat
Tuner not appearing in chat
- ChatGPT: Ensure Developer Mode is enabled. Open a new chat, click +, go to More, and select Tuner.
- Claude: Click the + button and check that Tuner is toggled on under Connectors.
- IDEs: Verify the MCP server configuration is saved correctly and restart the IDE if needed.
What’s Next?
Manage Tuner with MCP
Examples, best practices, and use cases for managing your agent with AI assistants.
Classifying Calls
Learn about call outcomes and user intents you can configure via MCP.
Creating Custom Evaluations
Understand behavior checks that you can create through your AI assistant.
Custom Integration
Send call data to Tuner via the REST API.