Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"excaliclaude": {
"command": "node",
"args": [
"${CLAUDE_PROJECT_DIR}/dist/mcp/index.js"
],
"env": {
"CANVAS_APP_PATH": "${CLAUDE_PROJECT_DIR}/dist/canvas-app/start-server.js",
"EXCALICLAUDE_SESSIONS_DIR": "${CLAUDE_PROJECT_DIR}/.sessions"
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CANVAS_APP_PATH=${CLAUDE_PROJECT_DIR}/dist/canvas-app/start-server.jsEXCALICLAUDE_SESSIONS_DIR=${CLAUDE_PROJECT_DIR}/.sessionsnpx claudepluginhub ttessarolo/excaliclaude --plugin excaliclaude