Skip to content

Add Claude Code config example with required "type": "http"#65

Open
anmolxlight wants to merge 1 commit intoexcalidraw:mainfrom
anmolxlight:fix/claude-code-mcp-config
Open

Add Claude Code config example with required "type": "http"#65
anmolxlight wants to merge 1 commit intoexcalidraw:mainfrom
anmolxlight:fix/claude-code-mcp-config

Conversation

@anmolxlight
Copy link
Copy Markdown

Problem

Claude Code requires "type": "http" in .mcp.json for HTTP-based MCP servers. Without it, the config silently fails schema validation — tools don't appear and no error is shown. The /doctor command reports: "Does not adhere to MCP server configuration schema".

Fix

Added a Claude Code configuration example under the Remote install section showing the correct config with "type": "http":

{
  "mcpServers": {
    "excalidraw": {
      "type": "http",
      "url": "https://mcp.excalidraw.com"
    }
  }
}

Related

Claude Code requires "type": "http" in .mcp.json for HTTP-based MCP
servers. Without it, the config silently fails schema validation —
tools don't appear and no error is shown.

Fixes excalidraw#64
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 5, 2026

@anmolxlight is attempting to deploy a commit to the Excalidraw Team on Vercel.

A member of the Team first needs to authorize it.

@anmolxlight anmolxlight force-pushed the fix/claude-code-mcp-config branch from 40194cd to b03d068 Compare April 5, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Add "type": "http" to Claude Code MCP configuration example

1 participant