Connect Latitude to other tools and services using Model Context Protocol (MCP) servers.
Latitude supports extending its capabilities by integrating with external tools and services through servers implementing the Model Context Protocol (MCP). This allows you to connect Latitude prompts to systems like Slack, Notion, databases, or custom internal tools.
MCP (Model Context Protocol) is a standardized way for AI platforms like Latitude to interact with external tools or “skills”. An MCP server acts as a bridge:
Latitude Request: When a Latitude prompt (often an Agent) needs to use an external tool, it sends a request to the configured MCP server.
MCP Server Action: The MCP server receives the request, understands which tool is being called and with which arguments, and executes the corresponding action in the third-party system (e.g., sending a Slack message, querying a database, creating a Notion page).
MCP Server Response: The MCP server sends the result of the action back to Latitude.
Latitude Continues: Latitude receives the result and continues the prompt execution (e.g., the agent uses the information retrieved from the database).
The exact setup process depends on the specific MCP server you want to integrate. First thing is to go to settings and scroll down Integrations section.At the moment Latitude had some hosted MCP servers available. For example if you click on Slack you will see the following:
You can also point to a third-party MCP server by providing the URL of the server choosing Custom MCP server
If you are self-hosting Latitude, you will also need to deploy and manage any required MCP servers within your own infrastructure and configure Latitude to communicate with them.