Connect AI assistants like Claude, Cursor, and Windsurf to AI Studio via the Model Context Protocol.
The Model Context Protocol (MCP) is an open standard that lets AI assistants interact with external tools and APIs. AI Studio exposes an MCP server that allows you to build adaptive models, manage datasets, run inference, and more — all through natural language.
claude mcp add --transport http esmart https://ai.esmartsystems.com/mcp --header "x-api-key: YOUR_API_KEY"
{
"mcpServers": {
"esmart-ai": {
"url": "https://ai.esmartsystems.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Once connected, the MCP endpoint automatically exposes all available tools and their descriptions to your AI assistant. No manual configuration needed — the assistant discovers what it can do and how to use each operation through the protocol itself.
This includes dataset management, adaptive model building, few-shot classification, cloud storage import, and more. Destructive operations (delete, update) are intentionally excluded to prevent accidental data loss.