Tess MCP Server
Use Tess agents, files, and memories from Claude, Cursor, Codex, or any MCP client. Endpoint:
https://mcp.tess.im.Custom MCP
Bring an external MCP server into Tess. Your chats and agents call that server’s tools with your credentials.
Custom MCP is available when the workspace feature is enabled. Native Apps (Gmail, Slack, Notion, and the rest of the catalog) stay under Connectors — use Custom MCP for servers that are not in that catalog.
Before you start
You need:- A remote MCP endpoint that speaks Streamable HTTP (not a local
npx/stdio process). - Permission to create personal MCP servers (or governance permission, if you will share the server with the workspace).
- Credentials the server expects: OAuth (interactive sign-in) or a static token (Bearer, API key, or custom headers).
Add a Custom MCP server
1
Open Connectors
In chat, click + → Connectors → Add connectors, then open the Custom MCP lane. You can also manage servers from Settings → MCP Plugins.
2
Enter the endpoint
Give the server a name and paste the remote URL (for example
https://mcp.attio.com/mcp or https://mcp.voltchat.com/mcp). Tess only accepts allowed remote HTTP(S) endpoints.3
Choose how you authenticate
- OAuth — Tess discovers the server’s auth metadata and opens a popup so you authorize your account. Allow pop-ups to finish the flow.
- Bearer / API key / custom header — paste the token Tess should send on every call to that server.
4
Save, then connect
After saving an OAuth server, click Connect and complete the provider login. Tess then syncs the tool list. Do not enable the server in chat until the connection succeeds — an OAuth server with no connected token cannot run.
5
Enable the tools you want
Each tool can be turned on or off for you. Disabling a tool never changes another member’s selection. In chat, select the MCP in Connectors like any other app so the agent is allowed to call it.
Authentication models
Use it in chat and agents
Once the server is connected and enabled for you:- Chat — select it under Connectors (same control as Gmail or Slack). If it is not selected, Tess will not inject its tools for that turn.
- Agent Studio — add it to the agent’s connector policy, or leave User decision on so each end user chooses at run time.
- Tool chips — turn individual capabilities on or off without deleting the server.
A shared MCP that you have not opted into does not appear in your chat. Opt in from MCP Plugins or the Connectors modal first. Details: Sharing and permissions.
What Tess does with the server
- Discovers tools (and resources, when the server exposes them) over MCP.
- Converts them into the same tool format used by native Tess tools.
- Injects only the tools you enabled, and only if the server is connectable (valid static credential, or a connected OAuth token).
- Calls the remote server with your credential. Executions follow workspace credit and permission rules.
Related
Sharing and permissions
Personal vs shared servers, opt-in, and who can create, share, or delete.
Best practices
OAuth discovery, troubleshooting, and how to keep personal tools from leaking across the workspace.

