Skip to main content

How to set up an MCP server in Tines

Understand how to properly configure a Model Context Protocol (MCP) server in Tines.

Angie Ruhstorfer avatar
Written by Angie Ruhstorfer
Updated this week

Overview

Model Context Protocol (MCP) is an AI standard introduced by Anthropic that defines how large language models (LLMs) can interface with external systems in a structured, predictable way. MCP enables LLMs to invoke remote procedures, query external data sources, and perform context-aware operations through a unified protocol. In Tines, you can build and deploy custom MCP servers (via a templated action) directly from your storyboard, allowing your LLMs to interact with your integrations in real time.

Tines references

Before getting started, we recommend familiarizing yourself with the surrounding functionality this article covers:

Tines Tip: Need some inspiration? Check out this story in our Library for MCP server ideas!

Make it happen

Video Guide

Step One: Verify your MCP client supports MCP integrations

Make sure your MCP client meets our MCP-supported features and that you understand the limitations.

Note: Our MCP server does not consume AI credits.

Step Two: Configure the MCP server in Tines

Within your Tines storyboard:

  1. Navigate to Templates in the left-hand panel.

  2. Search for "MCP":

  3. Drag and drop the template onto your storyboard.

  4. Select "MCP Server."

  5. Configure the action as needed, including adding Tools (similar to our AI agent action).

    1. Ensure your connected Tools are properly authenticated with Credentials.

    2. Make sure to check the + Option button to add additional settings, such as Access Control.

  6. Within the Summary tab of the action, note the configuration options relevant to your MCP client's environment (Remote Server or Claude Desktop).

Note: You can configure up to 25 Tools per MCP server.

Step Three: Link the MCP server via your MCP client's connectors

Depending on your MCP client, apply the Remote Server or Claude Desktop configuration in the MCP client's settings. The pre-work and location of this setup will also depend on your MCP client, so we recommend researching your MCP client's documentation for how to configure a connector.

Did this answer your question?