Skip to content

MCP Installation

With MCP (Model Context Protocol), you can connect external tools and services to your agent. Add various capabilities like search, code execution, and API calls.

MCP Server Catalog

1. Navigate to MCP Tab

Click the MCP tab in the left sidebar.

2. Browse Catalog

Check the list of available MCP servers in the Catalog tab.

MCP Page

Major MCP Servers

ServerDescriptionUse Case
Web SearchWeb search capabilitySearch for latest information
Code InterpreterCode executionRun Python code
File SystemFile system accessRead/write files
API ConnectorAPI callsExternal API integration

Install MCP Server

1. Select Server

Find the MCP server you want to install in the catalog.

2. Install

  1. Click on the desired MCP server card
  2. Click the Install button
  3. Wait for installation to complete

3. Activate

After installation, activate the server.

  1. Go to the Installed tab
  2. Find the installed server
  3. Click the Activate button

Per-Project Activation

MCP servers are activated per project. To use in a different project, you need to activate separately in that project.

Connect MCP Server

Connect activated MCP servers to your agent.

Connect to Existing Agent

  1. Go to the Agent tab
  2. Click on the agent to connect
  3. Click the Edit button
  4. Select servers to connect in the MCP Servers section
  5. Click the Save button

Connect During New Agent Creation

You can select MCP servers in the second step of agent creation.

Agent Create Form

Using Tools

When chatting with an agent that has MCP servers connected, the agent automatically calls tools as needed.

User: What's the weather in Seoul today?
Agent: [Calling Web Search tool]
       Today's weather in Seoul is sunny, with a high of 25°C.

Verify Tool Calls

You can see which tools the agent called in the chat screen.

Tool Call Display

Tool calls and their results are displayed on screen when invoked.

Next Steps

THAKI Agent Platform