Let agents work
with the project.
Connect the agent you already use to Latest Effects. It can understand the project, plan production work and place results back into the right context.
Plan three cinematic shots from this reference. Keep continuity and estimate the cost.
- Analysed brief
- Created shot plan
- Selected models
- Waiting for review
3 shots, 2 models
Automation without losing the thread.
The agent works against the same scenes, assets, models and production plan you review in Latest Effects.
Project-aware
Give agents structured access to briefs, scenes, assets and production state.
Traceable work
See what the agent planned, which model it selected and where results were placed.
Budget context
Include project balance and estimated operation costs when an agent proposes production work.
MCP gives a connected AI agent structured project context instead of an isolated prompt. It can propose scenes, select appropriate models and place generated results where they belong while the production remains visible and reviewable in Latest Effects.
One URL. Any agent.
https://api.latesteffects.com/mcp Every client below opens a browser tab to sign in — an existing Latest Effects account approves it in one click, and a new visitor can create one right there. No API keys.
claude mcp add --transport http latest-effects https://api.latesteffects.com/mcp
Run this in a terminal, then sign in to your Latest Effects account in the browser tab it opens.
- Open Customize → Connectors, then + → Add custom connector.
- Paste the server URL below.
- Sign in to your Latest Effects account (or create one) when it asks.
Team and Enterprise plans: an Owner adds it once under Organization settings → Connectors, then members connect individually.
- Turn on Developer mode (Settings → Apps → Advanced settings).
- Open Settings → Connectors → Create.
- Paste the server URL below and sign in when it asks.
Requires a Plus, Pro, Business or Enterprise plan.
{
"mcpServers": {
"latest-effects": {
"url": "https://api.latesteffects.com/mcp"
}
}
} Or drop this into .cursor/mcp.json and reload.
{
"servers": {
"latest-effects": {
"type": "http",
"url": "https://api.latesteffects.com/mcp"
}
}
} Or drop this into .vscode/mcp.json and reload.
gemini mcp add --transport http latest-effects https://api.latesteffects.com/mcp
Run this in a terminal. If it doesn't prompt automatically, run /mcp auth latest-effects inside Gemini CLI to sign in.
codex mcp add latest-effects --url https://api.latesteffects.com/mcp
Run this in a terminal, then run codex mcp login latest-effects to sign in.
{
"mcpServers": {
"latest-effects": {
"url": "https://api.latesteffects.com/mcp"
}
}
} pi has no MCP support built in — install the community pi-mcp-adapter extension first, then add this to .mcp.json (or ~/.config/mcp/mcp.json for every project) and restart pi.
- Point it at the server URL below — any client that speaks streamable HTTP and OAuth 2.1 will work.
- You sign in with your browser, the same account you use in the app. No API key belongs in an MCP client configuration.