Skip to content
Prism

Every other AI client and harness

Prism is a standard remote MCP server, so the model never decides this — the client does. Whichever you pick, it stays yours: your subscription, your history, your interface. Prism never resells you model access and never asks for an API key. Anything below takes the same address:

https://live.oneprism.io/after-effects

What a client has to support

RequirementWhy
Remote MCP serversPrism is reached at an address, not launched from your disk
Streamable HTTPKeeps the connection open
Browser sign-inPrism issues no keys, so a fixed header has nothing to carry
Tool callingThe AI invokes tools, not just text
ClientConnectsHow you add Prism
OpenCodeYesDetects the 401 and runs OAuth itself, or opencode mcp auth prism
ClineYesMCP Servers ▸ Remote, then approve in the browser
CursorYesmcp.json, a url entry
WindsurfYesmcp_config.json, a serverUrl entry
VS Code · CopilotYesmcp.json in the workspace, type http
ZedYesContext servers, remote
Qwen CodeYesqwen mcp add, using httpUrl
Kimi CodeYeskimi mcp add --auth oauth
CodexYesIts own MCP config, same address as ChatGPT
DeepSeek HarnessPartlyNeeds an OAuth plugin
AntigravityYesserverUrl, not httpUrl
Any chat app with no MCP clientNoNothing to add a server to

Running an open-weight model

Prism never sees which model is driving. Qwen, DeepSeek, Kimi, Llama or anything you host yourself all work identically, because the client speaks MCP and the model just calls the tools it is offered.

The generic setup

Install the Prism panel
Done in step 1 and step 2.
Sign in from the panel
Done in step 3.
3
Add a remote MCP server

Find where your client adds one. The field is called url, serverUrl or httpUrl depending on the client, and the transport is called Streamable HTTP, http, or just Remote.

{
  "mcpServers": {
    "prism": {
      "url": "https://live.oneprism.io/after-effects"
    }
  }
}
4
Approve the connection in your browser
Most clients open it for you on the first call. A few need a command, such as opencode mcp auth prism or kimi mcp auth prism.
5
Open a composition and confirm the loop
Ask: "Tell me about my current composition."

Common questions