ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Plasmic with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Plasmic projects, pages, and components via AI. list projects, inspect page structures, and trigger publishes directly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 9 capabilities

The complete Plasmic capability set.

These are the exact actions your AI can choose when you ask it to work with Plasmic.

Capability set01 / 03

01-03

3 capabilities in this set.

Part of 9 available through Plasmic.

  1. 01

    Get model

    Provides a JSON representation (SDUI) of the project element tree

  2. 02

    Publish cms item

    Publish a draft item in a Plasmic CMS database table

  3. 03

    Count cms items

    Count items in a Plasmic CMS database table

Capability set02 / 03

04-06

3 capabilities in this set.

Part of 9 available through Plasmic.

  1. 04

    Query cms items

    Fetch items from a Plasmic CMS database table

  2. 05

    Render HTML

    Fetches generated HTML for a specific component

  3. 06

    Create cms item

    Create a new item in a Plasmic CMS database table

Capability set03 / 03

07-09

3 capabilities in this set.

Part of 9 available through Plasmic.

  1. 07

    Delete cms item

    Delete an item from a Plasmic CMS database table

  2. 08

    Update cms item

    Update an existing item in a Plasmic CMS database table

  3. 09

    Update project

    Programmatically updates Plasmic projects

Observed, not estimated

942ms average. Fast in production.

Plasmic is checked daily against the live service.

Daily averagePeak 1369ms
Aug 20Today
Fastest day
779ms
Slowest day
1369ms
14-day trend
Stable+4%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 9 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Plasmic, so you can see the experience inside your AI.

It does not authenticate your account with Plasmic. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Plasmic Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_3sKdf5JGlcT8ZlPYWT5zfXjfJKOMYRYhuIjG3Rng/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Plasmic capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "plasmic-visual-headless-page-builder-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_3sKdf5JGlcT8ZlPYWT5zfXjfJKOMYRYhuIjG3Rng/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Plasmic owners ask.

  • 01

    Can I list all my Plasmic projects to find a specific Project ID?

    Yes! Use the list_projects capability. Your agent will return a list of all projects associated with your credentials, including their names and unique IDs.

  • 02

    How do I see which pages are currently built inside a project?

    Simply ask the agent to run get_project_pages with the target Project ID. It will list all pages, their paths, and basic metadata.

  • 03

    Is it possible to publish my changes to production using the AI?

    Yes. By using the publish_project capability, you can trigger a new publish for a specific project ID, making your visual changes live immediately.