Alpha · Research preview

Glasshouse MCP

Use Glasshouse from Claude Desktop, Cowork, and Claude Code.

This is a remote MCP server that lets an AI assistant read and write your Glasshouse BIM journal — projects, entries, relations, BIM property definitions. Once installed you can ask Claude things like "list my open projects" or "add this product as a Construction child of that Building element" and it will call the Glasshouse API on your behalf.

You'll need an active Glasshouse account and your personal API key.

Install in Claude Desktop

1. Get your API key

Sign in to app.glasshousebim.com/profile and copy the value under API-key. Keep it secret — it gives full read + write access to everything your Glasshouse account can see.

2. Add the connector

  1. Open Claude Desktop → SettingsConnectors.
  2. Click Add custom connector.
  3. URL: https://mcp.glasshouse.app/mcp
  4. Add a custom HTTP header — Name Authorization, Value Bearer YOUR_KEY_HERE (paste your API key from step 1 in place of the placeholder).
  5. Save.

3. Try it

In a new chat (Claude Desktop or Cowork), ask:

List my Glasshouse projects.

If Claude comes back with your project list, you're wired up.

Install in Claude Code

From a terminal:

claude mcp add glasshouse --scope user -- \
  npx -y mcp-remote https://mcp.glasshouse.app/mcp \
  --header "Authorization: Bearer YOUR_KEY_HERE"

What Claude can do with this

Fourteen tools — six reads, seven writes, and one targeted delete. Claude can list projects, discover a project's schema, search and read journal entries with their relations, create new entries, add and update relations, delete individual relations, and author BIM property definitions and Property Sets. Everything is scoped to your Glasshouse account — Claude can only see and change what you can already see and change.

For developers

Source, tool docs, issue tracker: github.com/3dbyggeri/glasshouse-mcp.

Endpoint: POST https://mcp.glasshouse.app/mcp — Streamable HTTP MCP, Bearer auth pass-through, stateless (fresh MCP session per POST). Health check at /healthz.