Connecting Claude or another AI assistant to Studiohaus
Studiohaus has a read-only MCP server. Connect Claude with a sign-in, or Claude Code and Cursor with a personal token, and your assistant can read projects and draft client updates. It can never change anything.
Studiohaus includes a read-only MCP server. MCP is the open standard AI assistants use to reach outside tools, and it means the assistant you already use can read your studio's projects directly instead of you pasting things in.
What your assistant can do
Three tools, all read-only:
- List projects. Every project your role can see, with client, status, phase and key dates.
- Project overview. One project in full: client contact, address, phase, dates, and open invoice totals if your role includes financials.
- Project activity. A chronological feed for a date range: communication-log entries, completed tasks, client approvals on design boards, and invoice events.
Typical asks: "Draft a weekly update for each active project using my template." "Which projects have an overdue invoice?" "What did the client approve on the Marchetti board since Monday?"
What it will never do
There are no write tools. It cannot create, edit or delete a project, task, invoice, message, contract or board. It sees only your studio, and within it only what your role allows. Financial figures return "not permitted" for roles without that permission. Portal messages from clients are not included.
Connect Claude (web or desktop)
- In Claude, open Settings → Connectors → Add custom connector.
- Name it Studiohaus. URL:
https://platform.studiohaus.app/api/mcp - Claude opens a Studiohaus sign-in. Sign in as an owner or studio admin and approve.
- In a chat, enable the Studiohaus connector and ask for your projects.
No token to copy. To disconnect, remove the connector in Claude or revoke it under Settings → Integrations → Connected AI in Studiohaus.
Connect Claude Code, Cursor, or another client
These take a URL and a personal token.
- In Studiohaus, go to Settings → Integrations → Connected AI. Owners and studio admins only.
- Create a token with a label, such as "Heather's Cursor". Copy it now; it is shown once.
- Add the server to your client. For Claude Code:
claude mcp add --transport http studiohaus https://platform.studiohaus.app/api/mcp \
--header "Authorization: Bearer sh_pat_..."
For a JSON-configured client:
{
"mcpServers": {
"studiohaus": {
"url": "https://platform.studiohaus.app/api/mcp",
"headers": { "Authorization": "Bearer sh_pat_..." }
}
}
}
Each token shows its last use in Settings. Revoke it there and the next request fails immediately.
Keeping your template in your AI
Studiohaus supplies facts only. Put your client-update wording, tone and sign-off in your assistant's project instructions or a saved prompt, then ask it to fill the template from the last seven days of activity.
Included
The MCP server is part of the one Studiohaus plan. No extra charge.
Related in Settings & billing
- 01Settings & billing→Plans & billingHow the three Studiohaus plans differ, what the trial covers, and how to upgrade, downgrade, or cancel.4 min read
- 02Settings & billing→Storage limitsHow much file storage each plan includes, what counts toward it, and what to do if you're running low.2 min read
- 03Settings & billing→Adding seats to your planBuying extra user seats at $9/month, why pending invites hold a seat, and when a bigger plan is cheaper.2 min read· Updated Aug 22, 2026
- 04Settings & billing→Inviting team membersHow to add a designer, admin, or partner to your firm — and what each role can do.4 min read· Updated Jun 12, 2026