> For the complete documentation index, see [llms.txt](https://help.intangible.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intangible.ai/overview/intangible-mcp.md).

# Intangible MCP

Intangible's Model Context Protocol (MCP) server lets an AI agent build 3D scenes in your Studio tab from a plain-language brief. Point Claude Desktop, Claude Code, ChatGPT, or another MCP client at the server, hand it a brief, and it builds the set while you watch. Your agent builds the set. You direct it.

Intangible's MCP server is in **Beta**. This release opens Build, Compose, and Visualize modes to your agents, with more Intangible functionality coming to agents in the following weeks. Expect changes and performance improvements.

The server is hosted at `https://mcp.intangible.ai/mcp`. It is a remote server with OAuth sign-in, so there is nothing to install and nothing to run locally.

{% hint style="info" %}
**MCP server URL:** `https://mcp.intangible.ai/mcp`
{% endhint %}

## What is the Model Context Protocol?

The Model Context Protocol (MCP) is an open standard that lets an AI agent call external tools through one shared interface. An MCP server exposes a set of actions, and any MCP client can discover and use them. Intangible's server exposes Studio actions – create a project, add a model, frame a shot, render an image – so an agent drives a 3D scene the way you do with a mouse. Read the standard at [modelcontextprotocol.io](https://modelcontextprotocol.io).

## Which AI agents can connect to Intangible?

Any MCP-capable client can connect to Intangible's MCP server. These three have step-by-step pages:

* [Connect Claude Desktop](/overview/intangible-mcp/connect-claude-desktop.md)
* [Connect Claude Code](/overview/intangible-mcp/connect-claude-code.md)
* [Connect ChatGPT](/overview/intangible-mcp/connect-chatgpt.md)

Other MCP clients connect the same way: point them at `https://mcp.intangible.ai/mcp` and complete the OAuth sign-in.

## What you need to connect

To connect an agent to Intangible you need three things. An Intangible account – sign up at [studio.intangible.ai](https://studio.intangible.ai); see [Sign up and set up](/overview/get-started/sign-up-and-set-up.md). A supported agent – Claude Desktop, Claude Code, ChatGPT, or another MCP client. An open Studio tab – the agent edits your live scene in the browser, so keep it open while you work, and if no project is open, ask the agent to create one first.

## How an agent builds a scene in Intangible

An agent works in the same three modes you do: Build, Compose, Visualize. Each mode hands the model a different kind of context, which keeps the output under control instead of letting it drift. In Build, the agent places 3D assets and constructs the set. In Compose, it sets cameras and frames the shot. In Visualize, it renders the image. See [The three modes](/overview/concepts/the-three-modes.md) and [What your agent can do](/overview/intangible-mcp/what-your-agent-can-do.md).

## What to expect: about 80 percent

An agent gets a scene roughly 80 percent of the way, then hands it back. Objects land close, not exact. Final positioning is yours, and that last stretch is faster by hand than through another round of prompting – and it costs fewer tokens.

## Connect and run your first brief

1. Pick your client and follow its setup page above.
2. Open a Studio project, or ask the agent to create one.
3. Give it a brief. Example: *"Build a city street at dusk, place a parked sedan on the right, frame a low three-quarter shot, and render it cinematic."*
4. Watch the scene fill in, then finish the framing by hand.

## Related

* [Connect Claude Desktop](/overview/intangible-mcp/connect-claude-desktop.md)
* [Connect Claude Code](/overview/intangible-mcp/connect-claude-code.md)
* [Connect ChatGPT](/overview/intangible-mcp/connect-chatgpt.md)
* [What your agent can do](/overview/intangible-mcp/what-your-agent-can-do.md)
* [Troubleshooting and FAQ](/overview/intangible-mcp/troubleshooting-and-faq.md)

*Last updated 7 August 2026. Intangible's MCP server is in Beta; steps and capabilities may change.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.intangible.ai/overview/intangible-mcp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
