For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mcp

Category: Create agent

Version: 1.0

Last updated: May 17, 2025

Author: Any2Info


Description

MCP (Model Context Protocol) servers can be connected to AI agents within AI Studio. This allows agents to communicate with external systems and tools through a standardized MCP interface.

MCP servers can be managed from the dedicated MCP tab inside AI Studio and can also be attached directly to agents through the agent properties panel.

MCP support is currently only available for OpenAI-based AI agents.


Before You Start

Before an MCP server can be configured, a valid connection for the MCP server must first be created in the platform.

Connections are managed centrally and are reused for authentication and secure communication with external systems.

Navigate to:

Data Studio → Connections

Creating a Connection

  1. Navigate to Data Studio → Connections

  2. Click Add Connection

  3. Configure the connection settings

  4. Save the connection

Setting Secret Values

After creating the connection, the actual secret values (such as API keys or tokens) must be configured separately.

This ensures sensitive information is stored securely and is not directly visible in the connection configuration.

Steps

  1. Navigate to Data Studio → Connections

  2. Locate the created connection

  3. Click the three-dot menu

  4. Select Set values

  5. Enter the required secret values

A dialog will open showing the configured headers where the secret values can be entered.


Opening MCP Management

Navigate to:

The MCP overview displays all configured MCP servers.


Creating an MCP Server

Click the + button inside the MCP tab to create a new MCP server.

The following dialog will open:

Property
Description

Name

Display name of the MCP server

Url

URL endpoint of the MCP server

Connection

Connection used for authentication and communication


Security Notice

When connecting to external MCP servers, data may be shared with external systems.

Only use trusted MCP endpoints and avoid sharing sensitive information without proper authorization.


Using MCP Servers in Agents

Configured MCP servers can be attached to AI agents through the agent configuration.

Navigate to:

Open an agent and expand the MCP section inside the properties panel.

Available MCP servers can then be selected from the MCP servers dropdown.


Features

  • Connect external MCP-compatible systems

  • Reuse MCP servers across multiple agents

  • Configure secure authenticated connections

  • Extend AI agents with external tools and integrations

Changelog

Version
Date
Change

1.0

May 17, 2026

Initial documentation version added.

Last updated

Was this helpful?