MCP 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
- Check Bearer Auth and set the token if you MCP requires it
- Establish the connection
Tool Selection
After the MCP connection is established, you must select the tools the connector will expose.Why Tool Selection Matters
- Limits what the LLM can invoke
- Reduces noise and unintended behavior
- Improves reliability and safety
- Enable or disable individual tools
- Update tool selection later without recreating the connector
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
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
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