Growhouse

MCP Tools

Give your AI assistant access to Growhouse canvases

MCP Tools

Growhouse exposes your canvases to AI assistants via Model Context Protocol. Claude, Cursor, Windsurf, and any MCP client can read, create, and edit canvas elements.

Server URL: https://mcp.growhouse.co


Available Tools

Read

ToolWhat it does
list_canvasesList all canvases you have access to
get_canvas_overviewElement counts, bounds, who's online
find_elementsSearch by type, content, location
get_element_detailsFull content, styles, position

Write

ToolWhat it does
create_elementAdd sticky notes or rich text
create_media_elementAdd images, videos, social embeds
update_elementChange content, position, or styles
delete_elementRemove an element

Intelligence

ToolWhat it does
get_clustersAI spatial analysis — detect moodboards, sequences, comparisons
get_collaboration_statusWho's online, what's locked, cursor positions
resolve_natural_refConvert sticky-top-left-1 to a UUID

Element Types

TypeFormatUse for
stickyPlain textQuick notes, brainstorming
text-elementTiptap JSONFormatted text, paragraphs
mediaURLImages (.jpg, .png, .gif), videos (.mp4)
embedURLYouTube, Instagram, TikTok, Twitter/X, LinkedIn, Facebook, Loom

Natural References

Reference elements by position instead of UUID:

sticky-top-left-1      → First sticky in the top-left area
text-element-center-2  → Second text element in center
media-bottom-right-1   → First media in bottom-right

Use resolve_natural_ref to get the UUID when you need it.


Positioning

MethodExampleBehavior
Quadrant"top-left"Places in that canvas region
Near element"sticky-top-left-1"50px to the right of that element
Exact{x: 100, y: 200}Pixel coordinates

Collaboration Safety

Every read tool can include collaboration context:

  • Who's viewing the canvas
  • Which elements are locked (someone is editing)
  • Which elements are selected by others

This prevents your AI from overwriting someone's in-progress work.


Examples

Add notes:

"Add a sticky with 'Q1 Goals' in the top-left, then three more below with our priorities"

Curate media:

"Add this YouTube video to the moodboard section"

Analyze a canvas:

"What themes do you see on this canvas?"

Safe editing:

"Update the sticky that no one else is working on"

On this page