← Back to Plugins
MCP Server MCP

io.github.cmd8/excalidraw-mcp

github By github 👁 1 views ▲ 0 votes

Model Context Protocol server for Excalidraw diagrams.

Homepage Verified source GitHub

Install

npx -y @cmd8/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@cmd8/excalidraw-mcp",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the Excalidraw diagram file",
          "isRequired": true,
          "type": "",
          "name": "diagram",
          "valueHint": "/path/to/diagram.excalidraw"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...