Skip to main contentMCP Connector
The MCP (Model Context Protocol) Connector allows you to integrate external MCP servers into a Project,exposing their tools to the LLM in a controlled and shareable way.
Important change: MCP connectors are no longer added directly inside chats. They are now project-level shared connectors.
Creating an MCP Connector
To create an MCP connector:
- Open your Project Sidebar
- Click Connectors
- Click Create connector
- Select MCP
- Configure the MCP connection details
- Establish the connection
Once the connection is successful, you can configure which MCP tools are available.
After the MCP connection is established, you must select the tools the connector will expose.
- Limits what the LLM can invoke
- Reduces noise and unintended behavior
- Improves reliability and safety
You can:
- Enable or disable individual tools
- Update tool selection later without recreating the connector
Only selected tools will be available when the connector is used in a chat.
Using the MCP Connector in Chat
Once created, MCP connectors can be used in chats:
- Open or create a chat within the project
- Use the Connectors selector in the chat input
- Enable the MCP connector
The LLM will then be able to invoke the selected MCP tools during the conversation.
Pre-Selected Connectors
Project administrators can configure MCP connectors to be automatically enabled for every new chat in the project.
This is recommended when:
- MCP tools are a standard part of the workflow
- Users should not manually manage tool selection
- The project relies on consistent tool availability
Personal and Private MCPs
If a user wants to add or experiment with personal MCP connectors:
- Create a private project
- Create MCP connectors using the same creation flow
- Use those connectors only within that project
This allows safe experimentation without impacting shared projects.
Requirements and Considerations
- The MCP server must be reachable from the connector environment
- Only MCP-compliant tools are supported
- Tool permissions are enforced based on connector configuration
Security
- Only selected tools are exposed to the LLM
- MCP connectors do not grant unrestricted access
- Tool availability is controlled at the connector level