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:
MCP: Example Clients
Tines Blog: Building MCP servers on Tines
Tines Explained: MCP server FAQs
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:
Navigate to Templates in the left-hand panel.
Search for "MCP":
Drag and drop the template onto your storyboard.
Select "MCP Server."
Configure the action as needed, including adding Tools (similar to our AI agent action).
Ensure your connected Tools are properly authenticated with Credentials.
Make sure to check the + Option button to add additional settings, such as Access Control.
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.