Early access
Connecting Instroc from an AI workspace is in soft launch. The flow works end-to-end, but we're still polishing rough edges. Email [email protected] if anything breaks.
Build apps from your AI workspace
Connect Instroc to Cursor, Claude Desktop, or claude.ai and the AI can build, update, publish, and run your apps without leaving the conversation. It even shows you the finished page right in the chat. One login, scoped to your account.
Your workspace on the left. Instroc responding on the right.
One prompt to ship
Ask the AI to build a booking page for your studio. It builds it, shows you a screenshot, and hands back the link.
Scoped access
Each connection is bound to your Instroc account. Revoke anytime from your dashboard.
Native to your workflow
Stays inside the AI workspace. No new dashboard to learn.
Connect from
Claude.ai
One-click connect. Works in any browser.
- 1Open the Instroc connector in claude.ai's MCP directory.
- 2Approve the consent prompt to allow claude.ai to act on your behalf.
- 3Ask Claude to list your apps to verify the connection.
Claude Desktop
For the desktop app. Add the snippet, restart Claude Desktop, sign in once.
- 1Open Settings, then Developer, then Edit Config in Claude Desktop.
- 2Add the snippet below to the JSON file and save.
- 3Restart Claude Desktop. The first tool call will open a browser to sign in.
Append this to your existing mcpServers map.
{
"mcpServers": {
"instroc": {
"url": "https://mcp.instroc.app/mcp"
}
}
}Cursor
Drop the snippet into Cursor's MCP settings.
- 1In Cursor: Settings, then Cursor Settings, then MCP, then Add new MCP server.
- 2Paste the snippet below.
- 3Use the tools from Composer (⌘I).
{
"mcpServers": {
"instroc": {
"url": "https://mcp.instroc.app/mcp"
}
}
}What the AI can do
Build an app from a sentence
Describe what you want and the AI creates it, follows the build, and shows you a screenshot of the finished page with its preview link, right in the chat.
Update any app
Change copy, add a section, redesign a page, or wire up a form on an app you already have. The AI applies it and reports back when the new version is ready.
Publish to a live URL
When you like what you see, the AI takes it live on your instroc.app address in one step.
See your apps
The AI can list the apps in your account, so 'update my bakery site' just works.
Check your app's inbox
Messages your visitors send through contact forms land in your app's inbox. Ask 'did anyone message my site' and the AI reads them out.
Reply to visitors
Tell the AI what to say and it emails the reply to the visitor and records it in the inbox.
The AI only has the access you grant it. It cannot reach apps in other accounts, your billing, or your workspace settings.
Common questions
Is my data shared with the AI host?
Only the inputs and outputs of the tools you call. The AI host never sees your Instroc password or session cookies. Tokens are scoped to your account and you can revoke them at any time.
What happens if I revoke?
The AI host loses access immediately. In-flight requests fail with a clear error. You can always reconnect from the same page.
Does this cost extra?
No. MCP access is included with every Instroc account during early access. AI tokens used by the host count against your existing Instroc balance.
Why isn't it on the marketing site yet?
We're polishing the rough edges with early users. Once we're happy, it ships in the public launch.
I connected earlier and new abilities are missing
AI workspaces remember the list of abilities from when you first connected. Disconnect and reconnect the Instroc connector to pick up anything added since.
A build seems stuck
Builds usually take a couple of minutes. Ask the AI to check the status again, or open the app in the Instroc editor to watch it build directly.
By connecting, you authorize the chosen MCP host to act on your Instroc account. Each connection is scoped and revocable at dashboard / connected apps.