Introduction
MCP (Model Context Protocol) is a standard way for AI tools to talk to outside apps and services. When you connect your own MCP server, you're giving your Lofty Cowork a direct line to a tool or service you already use, so it can pull information or take actions there without you needing to leave the conversation.
Before you start, you'll need three things from whoever manages the MCP server you want to connect:
- The server's web address (URL)
- Which connection type it uses (see "Transport" below)
- Any login information it requires (usually an API key or token)
Find Custom Connectors
To connect your MCP, start on the Cowork tab and click Customize, then Connectors and +.
Add Custom MCP
Lofty's custom MCP connector works with services that give you an API key or token instead, that's what goes in the Headers field. If a service only offers sign-in with no separate key option, it can't be connected this way yet. (coming soon!!)
Name
A label you choose so you can recognize this connection in your list later. This is just for you, it doesn't need to match anything technical.
Description
A short note about what this connection is for. This is for your own reference.
Transport
This tells your assistant how to talk to the server. There are two options:
- Streamable HTTP — the standard, modern way for two systems to exchange information back and forth. Use this unless the service you're connecting to specifically tells you to use the other option.
- SSE (Server-Sent Events) — an older method that works similarly but is being phased out industry-wide. Choose this only if the server you're connecting to specifically requires it.
If you're not sure which to pick, use Streamable HTTP first. Most modern services support it.
URL
The web address of the MCP server you're connecting to. This must be a secure address (starting with https://). It has to be a public web address, not something only accessible on a private network.
Headers
Think of headers as a note attached to every message your assistant sends to that server. Most often, this is used to prove who you are, like a password or access key that the outside service checks before it responds. The service you're connecting to will tell you exactly what header name and value to enter (for example, a header called "Authorization" with a key they gave you).
You can add more than one header if the service requires it, using the "+ Add header" link.
What happens after you connect
Once saved, your assistant can see and use whatever tools that MCP server offers, directly inside your conversations. For example, if you connect a server that manages a calendar, your assistant could look up or create events on it when you ask.

Comments
0 comments
Please sign in to leave a comment.