Graphite (MCP Server)

GitHub

Community-built comprehensive 2D content creation appplication for graphic design, digital art, and interactive real-time motion graphics powered by a node-based procedural graphics engine

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Graphite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Graphite"
      ]
    }
  }
}