Session: agent-aafc59-subagent-aafc59b9 — 2026-02-24

doctolib-doctolib · Claude · branch FHIR-2036-implement-hl-setDmpAccessMode · claude-haiku-4-5-20251001 · 2026-02-24 13:42 · 1 msgs · 1 tools · 2 min read · updated 2 months ago

Fetch the README from https://github.com/excalidraw/excalidraw-mcp and extract the installation/setup instructions...

tools: WebFetch
← doctolib-doctolib Download .md .txt .json
Tool calls
WebFetch WebFetch: 1 call (100.0%) 1
Token usage60.9K total
Input11
Cache creation40.7K
Cache read20.1K
Output7
Cache hit ratio33%· cold cache

Project: doctolib-doctolib · Branch: FHIR-2036-implement-hl-setDmpAccessMode · Mode: ` · **Model:**claude-haiku-4-5-20251001`

Stats: 1 user messages, 1 tool calls, tools used: WebFetch.

Conversation

Turn 1 — User

Fetch the README from https://github.com/excalidraw/excalidraw-mcp and extract the installation/setup instructions for Claude Code. Return the full setup steps.

Turn 1 — Assistant

I'll fetch the README from the Excalidraw MCP repository and extract the Claude Code setup instructions.

Tools used:

  • WebFetch: https://github.com/excalidraw/excalidraw-mcp

Tool results:

→ result (ok): # Excalidraw MCP Installation for Claude

This repository contains an MCP (Model Context Protocol) server for Excalidraw diagrams, not Claude Code itself. However, here are the setup instructions:

Use the hosted instance at https://mcp.excalidraw.com by adding it as a custom MCP connector in your application settings.

Local Installation

Download Pre-built Extension: 1. Get excalidraw-mcp-app.mcpb from the [Releases page](https://github.com/excal …(truncated, 517 more chars)

Based on the README from the Excalidraw MCP repository, here are the full setup steps for Claude Code:

Excalidraw MCP Setup for Claude Code

Use the hosted instance by adding it as a custom MCP connector in your application settings.

Endpoint: https://mcp.excalidraw.com

Option 2: Local Installation - Pre-built Extension

  1. Download excalidraw-mcp-app.mcpb from the Releases page
  2. Double-click the downloaded file to install in Claude Desktop

Option 3: Build from Source

1. Clone and build the repository:

git clone https://github.com/excalidraw/excalidraw-mcp.git
cd excalidraw-mcp
pnpm install && pnpm run build

2. Add to Claude Desktop configuration:

Edit ~/Library/Application Support/Claude/claude_desktop_config.json and add:

{
  "mcpServers": {
    "excalidraw": {
      "command": "node",
      "args": ["/path/to/excalidraw-mcp/dist/index.js", "--stdio"]
    }
  }
}

Replace /path/to/excalidraw-mcp/ with your actual installation path.

3. Restart Claude Desktop

Close and reopen Claude Desktop to activate the integration.


Note: The remote installation (Option 1) is recommended as it requires no local setup and automatically stays updated.

Keyboard shortcuts

⌘K / Ctrl+KOpen command palette
/Focus search
g hGo to home
g pGo to projects
g sGo to sessions
j / kNext / prev row (tables)
?Show this help
EscClose dialogs

Structured queries

Mix key:value filters with free text in the palette:

type:sessionOnly session pages
project:llm-wikiFilter by project name (substring)
model:claudeFilter by model name (substring)
date:>2026-03-01Sessions after a date
date:<2026-04-01Sessions before a date
tags:rustPages mentioning a tag/topic
sort:dateSort results by date (newest first)

Example: type:session project:llm-wiki date:>2026-04 sort:date