Back to Apps

Talk to Mastergo
Supports UIby luanluan-l
Programmatically read and modify Mastergo designs directly from your AI agent via MCP.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Talk to Mastergo bridges Cursor AI and the Mastergo design platform. It enables AI agents to query document information, create shapes, modify node properties, and manage components within a Mastergo design file in real-time.
Tools
- get_document_info: Retrieves detailed metadata about the active Mastergo document.
- create_rectangle/frame/text/ellipse: Generates new design elements in the canvas.
- set_fill_color/stroke_color: Modifies the visual properties of selected nodes.
- move_node/resize_node: Programmatically adjusts the position and size of elements.
- export_node_as_image: Exports specific design nodes to PNG, JPG, SVG, or PDF.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"TalkToMastergo": {
"command": "bun",
"args": ["/path/to/cursor-talk-to-Mastergo-mcp/src/talk_to_msg_mcp/server.ts"]
}
}
}
Supported hosts
- Cursor
Quick install
bun setup && bun startInformation
- Pricing
- free
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{"mcpServers": {"TalkToMastergo": {"command": "bun", "args": ["/path/to/cursor-talk-to-Mastergo-mcp/src/talk_to_msg_mcp/server.ts"]}}}





