Skip to content

About Pixso MCP

MCP (Model Context Protocol) is an open protocol. It provides LLMs with a standardized, secure, and extensible framework to interact with external tools and data sources.

In Pixso, MCP currently has two product forms:

  • Local MCP: an MCP service running inside the Pixso desktop client (local service)
  • Remote MCP: an MCP service running on Pixso cloud servers (remote service)

Together, they can safely bring design nodes, layout, and assets into AI coding workflows, helping teams move from design to code more efficiently.

Differences: Local MCP vs Remote MCP

Both can provide design context to an Agent, but they differ in how they run and when to use them:

DimensionLocal MCPRemote MCP
Runtime locationPixso desktop client on the user machinePixso cloud server
Network dependencyMainly local loopback (e.g. localhost)Depends on external/internal network and auth
Access design filesAvailableAvailable
Edit design filesAvailableAvailable
Design To CodeAvailableAvailable
PrerequisitesInstall and open Pixso desktop; keep the target design file open with its tab activeNo need to open Pixso desktop, but operations typically use a layer link
ConnectionIDE connects to http://127.0.0.1:3667/mcpPrefer OAuth 2.1; personal access token is also supported
Target fileThe design currently being edited on this machineCloud design file
Typical scenariosDesign-to-code, code-to-design, screenshot checks, writing back styles/variables, and canvas edits while viewing the canvasRemote collaboration, cross-device access, or cases where desktop is inconvenient

See Local MCP and Remote MCP for setup, and Tools & Commands for tool coverage.