Set Up with Cursor

Cursor is an AI-powered IDE that supports MCP servers natively. Once connected, Cursor’s agent can control ButterKit directly from your editor.

Prerequisites

  • ButterKit running with MCP enabled (Settings > MCP)
  • Cursor installed

Configuration

Open MCP settings

In Cursor, open Settings > MCP (or edit your .cursor/mcp.json file directly).

Add the ButterKit server

Add the following to your MCP configuration:

{
  "mcpServers": {
    "butterkit": {
      "command": "/Applications/ButterKit.app/Contents/MacOS/butterkit-mcp"
    }
  }
}

Verify the connection

Restart Cursor or reload the MCP servers. You should see butterkit listed as a connected server with 40 available tools.

Start using it

Ask Cursor’s agent to interact with ButterKit. For example:

  • “List my open ButterKit documents”
  • “Create three iPhone artboards and apply a template”
  • “Translate all artboards into Spanish and Japanese”

Tips

  • Cursor’s agent will automatically discover ButterKit’s tools and call them as needed.
  • You can combine ButterKit MCP calls with file edits, terminal commands, and other MCP servers in a single conversation.
  • For a walkthrough of common multi-step tasks, see Workflows.

Quick Help