Use your Endless workspace from Claude
Endless publishes a remote MCP server. Point Claude, Cursor or VS Code at one address, sign in, and the assistant can search your assets, open a project and read a past chat — without you pasting any of it.
Server address
https://mcp.endless.appPaste it exactly: no trailing slash, nothing after it. The same address works on the web, on desktop, on your phone and in a terminal.
Add it to your app
Four clients, one address. None of them installs anything on your machine — the connection runs over the internet, with your Endless sign-in.
Claude
Web, desktop and mobile. Add it once and it follows your Claude account.
- Open Customize → Connectors.
- Press +, then Add custom connector.
- Paste the address above and press Add.
- Sign in with Endless in the window that opens.
Claude Code
One command in the terminal, for this project or for all of them.
claude mcp add --transport http endless https://mcp.endless.appThen run /mcp, choose endless, and sign in. Add --scope user to keep it across every project.
Cursor
One entry in .cursor/mcp.json, in the project or in your home directory.
{
"mcpServers": {
"endless": {
"url": "https://mcp.endless.app"
}
}
}VS Code
The same thing in .vscode/mcp.json — note the different key and the type field.
{
"servers": {
"endless": {
"type": "http",
"url": "https://mcp.endless.app"
}
}
}What the assistant can read
Ten tools, each running the same query the app runs.
Assets, by what's inside them
Uploads, generated images and video, documents and transcripts — searched by title or by the text they contain, then opened in full, including a recording's whole transcription.
Projects
List the projects you can read, open one by its slug, and narrow every following search to that client's material.
Past chats
Find a conversation by its title or by something said in it, then read its messages in order.
The workspace it's reading
Confirm which account is connected, see the workspaces it belongs to, and switch between them.
What it can't do
The catalog is read-only, and the boundary is the same code the app runs on.
Write anything
No creating, editing, deleting or generating. Making an image from your brand references stays in Endless, where the model catalog and the spending caps live.
See more than you can
Every request carries your permissions and the same asset visibility rules. A colleague's private asset is invisible here too, and being an admin doesn't change that.
Guess which workspace you mean
On an account in more than one, the first request that needs a workspace stops and lists them rather than picking one.
Worth knowing before you connect
Three answers that decide whether this is safe to hand to a team.
One workspace at a time
Belong to one workspace and it's chosen for you. Belong to several and you name it once — the choice is remembered for 90 days, across every client.
Your account, your access
You authorize the client against your own Endless account, so it reaches exactly the workspaces you're a member of, and nothing a colleague kept private.
60 tool calls a minute
Per account, across every client you've connected. Ordinary use never reaches it; a runaway loop does.
Step-by-step guides
The install buttons open Cursor or VS Code directly. They do nothing when the editor isn't installed, which is why the configuration to paste is printed beside each one.
Questions
Start creating today
Start free, no credit card required. Use your brand references to create your first piece of content.