Your next app starts in your AI.
- Find app ideas worth exploring.
- Remix features from your favorite apps.
- Bring Build Kits into your AI workflow.
Exclusive to CloneChart Pro · All MCP features included
Choose your AI
Select your tool, then follow its guide. An active CloneChart Pro subscription is required. See Pro >
You'll need
- Active CloneChart Pro
- Claude Code installed and signed in
- A terminal and browser on the same computer
Requirements and compatibility
Tested with Claude Code 2.1.208 on Windows. Use PowerShell on Windows or Terminal on macOS or Linux. Other operating systems have not completed the same live checks.
Claude Code requires Claude Pro, Max, Team or Enterprise, a funded Claude Console account, or supported provider access. A free Claude chat account alone does not include Claude Code.
Your AI subscription is separate from CloneChart Pro. Active Pro is required for every MCP feature, including search and Remix drafts. On a managed account, your administrator must allow custom MCP servers.
Remote terminals, containers and WSL can use different configuration homes and callback networking. These instructions assume a terminal and browser on the same computer.
Claude Code installation help >Let your AI help you connect
Paste it into Claude Code. You complete browser sign-in and approval.
Preview setup prompt
Help me connect CloneChart to Claude Code using this official guide: https://clonechart.io/mcp/setup.md#claude-code. Check whether it is already configured, preserve my existing MCP connections and configuration, and use the documented user scope for future sessions. Guide me through browser authorization without asking me to paste passwords, sign-in links, callback URLs or tokens into chat. CloneChart MCP requires active Pro. Then verify access by searching for three fitness apps and inspecting their descriptions. If you cannot perform a step in this environment, tell me exactly what to do. After setup, help me verify it again in a new session.
Read the Markdown guide >Or follow the steps yourself
Check existing connections
Open PowerShell or Terminal and run these commands. Keep credentials in the output private.
claude mcp list claude mcp get clonechartKeep existing connections. If CloneChart already uses
https://clonechart.io/api/mcp, skip adding it and continue to sign-in.Need help with this step?
A missing-entry error from
getis expected if CloneChart has not been added. These commands belong in your terminal, not your AI chat.If the same endpoint uses another name, use that name in later commands. If
clonechartpoints elsewhere, stop and resolve the conflict without overwriting it.Add CloneChart
Only if CloneChart is missing, run this in your terminal.
claude mcp add --transport http --scope user clonechart https://clonechart.io/api/mcpUser scope makes CloneChart available across projects.
Need help with this step?
The
--scope useroption saves this connection for future sessions. Use the same computer, operating-system account and configuration home. Project settings can override a user-level entry.If this command already completes browser authorization, skip the next login command.
Sign in and approve access
Run this in the same terminal and keep it open. Skip this command if adding the server already completed authorization.
claude mcp login clonechartOn clonechart.io, sign in with your Pro account, review access and select Connect >.
Wait for confirmation, then return to your terminal.
Need help signing in?
If asked to sign in, enter your email and request a link. Open it in the same browser. If it opens a separate tab, return to the approval tab and select I have signed in >.
If you see Pro access required, check your plan or use Get Pro >, then return and select Check access again >. Free accounts cannot use MCP.
Requests expire after 10 minutes. Run the login command again for a fresh request. If email is missing, check spam and the address you entered, or request a fresh link on the sign-in page >.
The extra callback tab may close automatically. If it looks blocked, check the original approval tab and terminal. If neither confirms success, retry login. Do not disable browser protections or paste passwords, email links, callback URLs or tokens into chat.
Approval shares saved work with this tool. It cannot change billing or generate new kits.
Cancel this connection request
Select Cancel on the approval page and wait for Connection cancelled. No new access is granted; existing connections remain unchanged. If the terminal keeps waiting, press
Ctrl+C.With popups blocked or JavaScript off, a cancellation page offers an optional button to finish in your coding tool. An authorization error in the local callback after cancellation does not mean access was granted.
Reconnect or revoke access
To reconnect after expiry or revocation, repeat this step and start a new Claude Code session. If stale credentials prevent login, clear only this server's local login first:
claude mcp logout clonechartTo revoke server access, open your workspace, expand Manage saved work and connections, and select Disconnect beside this tool. Removing a local server alone does not revoke its server-side access.
Manage connections >Open Claude Code
In your project folder, start a new session:
claudeA new session loads your updated connection.
Connection missing?
Check the server from your terminal:
claude mcp listFind clonechart with a connected status.
Inside Claude Code, enter
/mcpand look for tools includingsearch_appsandinspect_app./mcpIf missing, check the configuration location and syntax, then restart the client. Update your client if a command is unrecognized. A managed account may require your administrator to allow custom servers.
If tools appear but fail, confirm active CloneChart Pro, repeat sign-in, restart Claude Code and approve tool use when asked.
Test the connection
Paste this into Claude Code, not your terminal shell. Approve CloneChart tool use if asked.
Use CloneChart's connection_status tool, then search CloneChart for three fitness apps and summarize what each does. Use CloneChart tools, not general web search.Success: a successful CloneChart tool call and three app results. A copied command or listed server alone does not prove access.
Not getting CloneChart results?
Ask your AI to use
search_appsandinspect_app. If a tool reports an error, return to the sign-in help above; general web results do not verify this connection.
Claude web is not supported yet
CloneChart's current browser sign-in supports local coding clients. Claude web needs a cloud connector authorization flow that this beta does not support. Use the Claude Code guide for now.
Claude Desktop is not verified yet
The remote Connectors option uses Claude's cloud connection, which this beta does not support. We have not tested a local bridge or desktop configuration. We will add a guide after the complete flow works with CloneChart.
You'll need
- Active CloneChart Pro
- Codex CLI installed and signed in
- A terminal and browser on the same computer
Requirements and compatibility
Tested with Codex CLI 0.154.0 on Windows. Use PowerShell on Windows or Terminal on macOS or Linux. Other operating systems have not completed the same live checks.
You need access to Codex through your ChatGPT account or separately billed API access. Your AI provider's usage limits and charges still apply.
Your AI subscription is separate from CloneChart Pro. Active Pro is required for every MCP feature, including search and Remix drafts. On a managed account, your administrator must allow custom MCP servers.
Remote terminals, containers and WSL can use different configuration homes and callback networking. These instructions assume a terminal and browser on the same computer.
Codex CLI installation help >Let your AI help you connect
Paste it into Codex CLI. You complete browser sign-in and approval.
Preview setup prompt
Help me connect CloneChart to Codex CLI using this official guide: https://clonechart.io/mcp/setup.md#codex-cli. Check whether it is already configured, preserve my existing MCP connections and configuration, and use the documented user scope for future sessions. Guide me through browser authorization without asking me to paste passwords, sign-in links, callback URLs or tokens into chat. CloneChart MCP requires active Pro. Then verify access by searching for three fitness apps and inspecting their descriptions. If you cannot perform a step in this environment, tell me exactly what to do. After setup, help me verify it again in a new session.
Read the Markdown guide >Or follow the steps yourself
Check existing connections
Open PowerShell or Terminal and run these commands. Keep credentials in the output private.
codex mcp list codex mcp get clonechartKeep existing connections. If CloneChart already uses
https://clonechart.io/api/mcp, skip adding it and continue to sign-in.Need help with this step?
A missing-entry error from
getis expected if CloneChart has not been added. These commands belong in your terminal, not your AI chat.If the same endpoint uses another name, use that name in later commands. If
clonechartpoints elsewhere, stop and resolve the conflict without overwriting it.Add CloneChart
Open your user configuration file. Add the table below only if CloneChart is missing.
- File
~/.codex/config.toml- On Windows
%USERPROFILE%\.codex\config.toml- If CODEX_HOME is set
- Use
config.tomlinside that directory instead.
[mcp_servers.clonechart] url = "https://clonechart.io/api/mcp" scopes = ["clonechart"]Preserve the rest of the file. For an existing matching table, only add the
scopesline if absent. Do not duplicate the table.Need help with this step?
Create the file if it is missing. Explicit scopes avoid a Codex CLI issue that can reopen authorization after you cancel. Keep
scopes = ["clonechart"]even if sign-in appears to work without it.The user configuration makes CloneChart available in future sessions. Use the same operating-system account and configuration home. Project settings can override this entry.
Sign in and approve access
Run this in the same terminal and keep it open. Skip this command if adding the server already completed authorization.
codex mcp login clonechart --scopes clonechartOn clonechart.io, sign in with your Pro account, review access and select Connect >.
Wait for confirmation, then return to your terminal.
Need help signing in?
If asked to sign in, enter your email and request a link. Open it in the same browser. If it opens a separate tab, return to the approval tab and select I have signed in >.
If you see Pro access required, check your plan or use Get Pro >, then return and select Check access again >. Free accounts cannot use MCP.
Requests expire after 10 minutes. Run the login command again for a fresh request. If email is missing, check spam and the address you entered, or request a fresh link on the sign-in page >.
The extra callback tab may close automatically. If it looks blocked, check the original approval tab and terminal. If neither confirms success, retry login. Do not disable browser protections or paste passwords, email links, callback URLs or tokens into chat.
Approval shares saved work with this tool. It cannot change billing or generate new kits.
Cancel this connection request
Select Cancel on the approval page and wait for Connection cancelled. No new access is granted; existing connections remain unchanged. If the terminal keeps waiting, press
Ctrl+C.Some Codex CLI versions retry approval when scopes are discovered automatically. Close that request and press
Ctrl+C. The explicit scopes above avoid this retry.codex mcp addcan start automatic login before scopes are configured; use the setup above instead.With popups blocked or JavaScript off, a cancellation page offers an optional button to finish in your coding tool. An authorization error in the local callback after cancellation does not mean access was granted.
Reconnect or revoke access
To reconnect after expiry or revocation, repeat this step and start a new Codex CLI session. If stale credentials prevent login, clear only this server's local login first:
codex mcp logout clonechartTo revoke server access, open your workspace, expand Manage saved work and connections, and select Disconnect beside this tool. Removing a local server alone does not revoke its server-side access.
Manage connections >Open Codex CLI
In your project folder, start a new session:
codexA new session loads your updated connection.
Connection missing?
Check the server from your terminal:
codex mcp listFind clonechart and the server URL. This confirms configuration, not authentication.
Inside Codex CLI, enter
/mcpand look for tools includingsearch_appsandinspect_app./mcpIf missing, check the configuration location and syntax, then restart the client. Update your client if a command is unrecognized. A managed account may require your administrator to allow custom servers.
If tools appear but fail, confirm active CloneChart Pro, repeat sign-in, restart Codex CLI and approve tool use when asked.
Test the connection
Paste this into Codex CLI, not your terminal shell. Approve CloneChart tool use if asked.
Use CloneChart's connection_status tool, then search CloneChart for three fitness apps and summarize what each does. Use CloneChart tools, not general web search.Success: a successful CloneChart tool call and three app results. A copied command or listed server alone does not prove access.
Not getting CloneChart results?
Ask your AI to use
search_appsandinspect_app. If a tool reports an error, return to the sign-in help above; general web results do not verify this connection.
Desktop and IDE setup is not verified yet
Codex clients can share configuration, but we have tested this guide in Codex CLI only. Select Codex CLI for the verified path. This is separate from ChatGPT web.
You'll need
- Active CloneChart Pro
- ChatGPT on the web with access to Developer mode
Requirements and compatibility
ChatGPT web beta. Search, kit reading and saved Remix creation have been tested in a live ChatGPT account. This is a custom Developer mode connection, not a public plugin directory listing.
OpenAI currently lists Plus, Pro, Business, Enterprise and Education accounts on the web. Your ChatGPT plan is separate from CloneChart Pro. A workspace administrator must permit custom apps and Developer mode.
Active CloneChart Pro is required for every MCP action. ChatGPT can research and plan; use a coding tool to work directly in a local project. No terminal or CloneChart API key is needed.
ChatGPT requirements >Turn on Developer mode
Select your profile avatar > Settings > Security and login > Developer mode. Review the notice and turn it on, then close Settings.
Open ChatGPT Plugins >The create button appears after Developer mode is on.
Can't find the create button?
The create button is hidden while Developer mode is off. Confirm the setting is on, then reopen or refresh Plugins.
If Developer mode itself is missing, check your ChatGPT plan and workspace policy. CloneChart Pro does not unlock ChatGPT settings. Ask your administrator where required.
Add CloneChart
Select Create app (the + button) and enter these settings. Review them, then select Create.
Already have CloneChart? Reuse or reconnect that entry. Keep your other connections.
- Name
- CloneChart
- Server URL
https://clonechart.io/api/mcp- Authentication
- OAuth
- Registration, if shown
- Dynamic Client Registration (DCR)
- Client ID and client secret Optional
- Leave both empty.
Optional description and setup help
If you want to add a description:
Search apps, read Build Kits, and create or edit saved CloneChart Remixes.Leave any optional client ID and client secret empty. CloneChart uses browser authorization with PKCE. Do not select No Authentication, invent a secret or use an API-key alternative.
Sign in and approve
Follow ChatGPT's sign-in prompt to clonechart.io and sign in with your Pro account. Review the requested access, then select Connect >.
The approval page returns you to ChatGPT.
Need help signing in?
If an email link opens another tab, return to the approval tab and select I have signed in >. Never paste passwords, email links, authorization codes or tokens into chat.
If access is denied, check active CloneChart Pro and select Check access again > after resolving your plan. If the request expires, start a fresh connection from ChatGPT.
Selecting Cancel returns a denial without granting access. If authorization fails, retry with the exact server URL, OAuth and DCR settings above.
Reconnect or disconnect
Open CloneChart's detail page in ChatGPT Plugins and use its account connection controls to reconnect. Complete fresh browser authorization.
To stop server access, open your CloneChart workspace, expand Manage saved work and connections, and choose Disconnect beside this ChatGPT connection. Remove or disconnect the entry in ChatGPT too if no longer needed. Saved apps and Remixes remain.
Manage connections >Test the connection
Open CloneChart in Plugins and select Try in chat. Look for the CloneChart chip in the composer, then send:
Use CloneChart's connection_status tool, then search CloneChart for three fitness apps and summarize what each does. Use CloneChart tools, not general web search.Success: a successful CloneChart tool call and three app results. A listed plugin or copied URL alone does not prove access.
Connection missing in your chat?
Try in chat may open ChatGPT's Work surface. Check for the CloneChart chip before sending. If missing, open its Plugins page and try again.
If tools or descriptions are missing, refresh the app's tools from its detail page. Ask for
connection_status; a tool error means the connection still needs attention.
You'll need
- Active CloneChart Pro
- Cursor desktop with a local Agent session
- A browser on the same computer
Check the environment beside the message box. A Cloud environment chat does not use the local connection configured in this guide.
Requirements and compatibility
Cursor desktop beta. Browser authorization, app search, app inspection and kit-file reading passed an owner-assisted test in a local Agent chat. Fresh-session access and Remix editing are still being checked. Cursor web, Cloud Agents and Cursor CLI are not verified by this guide.
Tested with Cursor 3.20.21 on Windows. Your Cursor plan and AI usage are separate from CloneChart Pro. On a managed account, an administrator may need to allow custom MCP servers.
CloneChart requires Pro for every MCP action, including search. It uses browser sign-in; no API key, client secret, custom authorization header or bridge package is needed.
Cursor MCP documentation >Let your AI help you connect
Paste it into a local Cursor Agent chat. You complete browser sign-in and approval.
Preview setup prompt
Help me connect CloneChart to Cursor desktop using this official guide: https://clonechart.io/mcp/setup.md#cursor-desktop. First check that this is a local Agent session on my computer. If it is a Cloud environment or remote snapshot, stop and help me start a local chat; do not add configuration or copy credentials into that environment. Check whether CloneChart is already configured, preserve my existing MCP connections and configuration, and use the documented user-level configuration for future local sessions. Guide me through browser authorization without asking for passwords, sign-in links, callback URLs or tokens in chat. CloneChart MCP requires active Pro. Then verify access by searching for three fitness apps and inspecting their descriptions. If you cannot perform a step in this environment, tell me exactly what to do. Confirm the connection still works in a new local Agent session.
Read the Markdown guide >Or follow the steps yourself
Check existing connections
Start a new chat and check the environment control beside the message box. Choose a local environment on this computer before continuing.
In Cursor desktop, open Customize > MCPs. Check whether CloneChart is already listed.
Reuse an entry pointing to
https://clonechart.io/api/mcp, even if it has another name. Keep your other connections.Need help finding it?
If you are in the Agents Window and cannot start a local chat, open the command palette with Ctrl+Shift+P on Windows or Cmd+Shift+P on Mac and choose Open IDE. Open a local folder and use its Agent chat.
Some versions use Cursor Settings > Tools & MCP. You can also inspect the user configuration file in the next step. If the name
clonechartalready points elsewhere, resolve that conflict without overwriting it.Add the server URL
Open your user configuration file in Cursor. Add the
clonechartentry inside its existingmcpServersobject, or create the file if missing.- File
~/.cursor/mcp.json- On Windows
%USERPROFILE%\.cursor\mcp.json- Authentication
- Browser sign-in, discovered automatically
{ "mcpServers": { "clonechart": { "url": "https://clonechart.io/api/mcp" } } }Merge the entry; do not replace your whole file or duplicate
mcpServers. Preserve all other servers and settings.Save the file, then restart Cursor to load the connection.
Need help with the configuration?
The user file makes this available across projects. A project's
.cursor/mcp.jsontakes priority if it defines the same server name. Use the same operating-system account and configuration home in future sessions.Use valid JSON with commas between existing entries. Do not add a client ID, client secret or bearer token. CloneChart uses dynamic registration and PKCE browser authorization.
Sign in and approve
Return to Customize > MCPs and use CloneChart's connection or login control. In the browser on clonechart.io, sign in with Pro, review access and select Connect >.
Return to Cursor and check that CloneChart's tools appear.
Need help signing in?
If your email link opens a separate tab, return to the approval tab and select I have signed in >. Keep Cursor open for the local callback.
For Pro access required, check your plan, then select Check access again >. Expired requests need a fresh login attempt from Cursor. Never paste passwords, email links, callback URLs or tokens into chat.
If the browser callback fails, check Cursor and the original approval tab before retrying. Do not disable browser protections. A web or Cloud Agent connection uses a different callback and is outside this guide.
Cancel, reconnect or disconnect
Cancel on the CloneChart approval page to deny a pending request. To reconnect, use this server's login control and complete fresh browser approval.
To revoke access, open your CloneChart workspace, expand Manage saved work and connections, and select Disconnect beside the Cursor connection. Removing the local entry alone does not revoke server access. Saved apps and Remixes remain.
Manage connections >Test in a local Agent chat
Start a new Agent chat running locally on this computer. Confirm the environment control does not say Cloud environment, then send this message and review any tool approval.
Use CloneChart's connection_status tool, then search CloneChart for three fitness apps and summarize what each does. Use CloneChart tools, not general web search.Success: a successful CloneChart tool call and three app results. A configured entry alone does not confirm access.
Tools missing or failing?
This model does not support custom API keys is a Cursor model-access error. Check Cursor Settings > Models and choose a model supported by your current Cursor plan or provider key. CloneChart's browser connection does not require a model API key. Leave the working MCP connection in place.
If the reply mentions a cloud snapshot, namespace not found, or MCP server does not exist, check the chat's environment first. A connected local server does not prove it is available in a cloud chat. Start a local chat before changing the working connection; do not copy local tokens into a cloud workspace.
Check that CloneChart is enabled, restart Cursor and start a fresh local Agent session. Look for
search_appsandinspect_appin the available tools. Check Pro access if calls are denied.For errors, open the Output panel and choose MCP Logs. Keep credentials and callback URLs private. An administrator may need to allow the server on managed accounts.
Server URL and supported sign-in
CloneChart uses browser sign-in with your email link. No CloneChart API key, custom bearer header, client secret, or key-in-URL alternative is offered.
https://clonechart.io/api/mcpThis URL is entered in your supported AI client. Opening it directly in a browser does not connect the client. The setup page itself is clonechart.io/mcp.
AFTER YOU CONNECT
How to use CloneChart in your AI
Keep chatting in Claude Code. Describe your idea in plain language and mention CloneChart.
Keep chatting in Codex CLI. Describe your idea in plain language and mention CloneChart.
Keep chatting with CloneChart selected in ChatGPT. Research apps, shape your idea and save a Remix you can review on the website.
Keep chatting in a local Cursor Agent session on this computer. App research and Build Kit reading have passed testing.
Choose a tested client above to see its next steps. We have not verified this client path yet.
Explore an idea
ProStart with a category or the kind of app you want to make. Approve your AI's request to use CloneChart tools if it asks.
ASK YOUR AI
Search CloneChart for three fitness apps and summarize what each does.
What you get: app names, links and summaries to discuss with your AI. Follow up with what you like, what feels too complicated, or who your app is for.
Make the idea yours
ProChoose the features you want from each app and a design direction. Ask your AI to save those choices as a Remix, so you can return to them.
ASK YOUR AI
Help me plan a fitness app for beginners. Find three relevant apps, suggest features to combine, and save a Remix I can review.
What you get: a saved Remix link. Open it to review or edit your choices on CloneChart. You can also find it under Saved apps & Remixes in your workspace.
Turn the plan into a build
ProOpen your project folder in your selected coding tool. Have it read your saved Remix instructions before writing code.
Ask ChatGPT to read your Remix and propose a build plan. When ready to work in a local project, continue with a connected coding tool such as Claude Code or Codex CLI.
ASK YOUR AI
Use CloneChart to open the Remix we just saved. Read its AGENTS.md and MELD.md files, ask me what needs clarifying, and propose the first build phase before changing any project files.
ASK YOUR AI
Use CloneChart to open the Remix we just saved. Read its AGENTS.md and MELD.md files, ask me what needs clarifying, and propose a build plan I can hand to a coding agent.
What you get: a build plan to review with your coding agent. For a single app instead, ask it to open that app's Build Kit and start with
START_HERE.md. All these MCP actions are included with active Pro.
Pick up in a future session
Start Claude Code using the same operating-system account and configuration home. The user-scoped connection remains available across projects; project settings can override it. Ask it to find your saved Remix in CloneChart.
Start Codex CLI using the same operating-system account and configuration home. Your user configuration remains available across projects; project settings can override it. Ask it to find your saved Remix in CloneChart.
Open your existing CloneChart plugin and select Try in chat again. Ask ChatGPT to find your saved Remix. You do not need to create the plugin again.
Repeat browser sign-in only when access expires or is revoked. Active CloneChart Pro is required to continue using MCP.
CloneChart supplies research and build instructions. Review the plan, build a small first version with your coding tool, and test as you go.
Explore an idea
Ask Cursor to search CloneChart and inspect the results. These are catalog matches, not ranked recommendations.
ASK YOUR AI
Search CloneChart for three fitness apps and summarize what each does. Inspect their descriptions and explain which details are evidence and which are suggestions.
Read a Build Kit
Choose an app with a ready kit. Let Cursor read the starting instructions before proposing any changes to your project.
ASK YOUR AI
For the app we chose, list its CloneChart Build Kit files and read START_HERE.md. Then read AGENTS.md and BUILD_PLAN.md as needed, ask me what needs clarifying, and propose the first build phase. Do not change project files yet.
Future sessions and Remix
Your user configuration is stored in ~/.cursor/mcp.json. Start future chats locally with the same operating-system account and check connection_status before continuing. Fresh-session persistence has not yet been confirmed in our Cursor test.
Cursor Remix editing has not completed verification. You can create and edit Remixes in your CloneChart workspace while that check is pending.
Open your workspace >All CloneChart MCP requests require active Pro. Cursor's own AI access is separate.
Pick up where you left off.
Your website and AI share saved apps and Remix drafts. Progress saves to your account, with conflicting edits kept for review.
A FEW THINGS TO KNOW
MCP questions, answered.
What it does, where to start, and what stays in your control.
What is MCP, in plain English?
MCP stands for Model Context Protocol. It is a way for your AI tool to use another service. Connecting CloneChart lets your assistant look up apps, read available research and work with your saved ideas while you chat.
Where do I type my requests? Do I need to code?
After connecting, type a normal message inside your selected AI client. For Cursor, use a local Agent chat. The terminal commands above are for setup; the example prompts are messages to your AI. You do not need to write code to search apps or plan a Remix. Building and shipping an app still involves reviewing and testing the work your coding agent produces.
See the examples >Do I need Pro to use MCP?
Yes. Active CloneChart Pro is required for all MCP features, including searching apps, reading quick prompts, saving apps, editing Remix drafts, reading Build Kit files and exporting Remixes. MCP is included with Pro, with no separate CloneChart connection fee. Your AI provider's own charges and limits still apply.
You can still browse charts, read public research and explore Remix for free on the CloneChart website. Those website features do not include MCP access.
If your Pro access ends, existing MCP connections stop working. Your saved apps and Remixes remain in your website workspace. Restore Pro and reconnect from your coding tool to continue.
Requests and file retrieval have usage limits. If you reach a limit, wait and retry rather than repeatedly sending the same request.
See Pro >Which AI tools can I use?
Claude Code and Codex CLI have verified beta guides. ChatGPT web also has a beta guide with live search, kit reading and saved Remix creation tested; choose its card above for availability and setup requirements. Cursor desktop beta has browser authorization, search, app inspection and kit reading tested in a local Agent chat. Cursor fresh-session access and Remix editing remain unconfirmed. Claude web, Claude Desktop, other Codex surfaces, Cursor CLI and Cursor Cloud Agents have not completed verification.
Choose your AI >Will connecting automatically build or publish my app?
No. Connecting makes CloneChart's tools available to your AI. Build Kits contain plans and instructions; they are not finished apps. Your coding agent can use them in your project when you ask it to. CloneChart's MCP tools do not deploy apps, make purchases, change billing, or generate missing kits.
Where does my Remix go? Can I keep editing it?
Ask your AI to save the Remix to CloneChart and return its link. It appears under Saved apps & Remixes in your workspace. Sign in with the same CloneChart account on the website and in your AI connection. You can continue in either place. A plan written only in chat is not yet a saved Remix.
If both places edit the same draft, the newer version is returned for review instead of silently overwriting it. Ask your AI to load the latest draft and reapply only your intended changes.
Open your workspace >What can my connected AI access or change?
It can search public app information, read your saved apps and Remix drafts, save apps, and create or update Remixes. It can also read kit files and Remix exports. All of this requires active Pro. The MCP tools do not expose your account email address or payment details.
The connection permits workspace edits. Your client may ask before using a tool, but CloneChart does not show a new approval screen for every edit. Be clear about what you want saved or changed.
My AI is answering, but is it actually using CloneChart?
Look for a CloneChart tool call in your client, not just an ordinary AI reply. Ask it to check the CloneChart connection, then search again. A copied command or a server listed in settings does not prove that authorization succeeded.
If it reports that a kit is unavailable, try another app or continue with public research. The connection does not generate missing material. For sign-in problems, open the troubleshooting section in your client's setup guide above.
How do I disconnect or reconnect?
Open your workspace, expand Manage saved work and connections, and choose Disconnect beside the tool. Its access stops; your saved apps and Remixes remain. To reconnect later, follow the sign-in step for your client again.
Manage connections >