Skip to content
Zed

tools mcp for Zed

io.github.first-ch/tools-mcp

MCP tools: WCAG contrast, JP char/X-weight count, WebP convert, JSON-LD, llms.txt.

client:Zed transport:stdio runtime:npm

Install tools mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@first-ch/tools-mcp"
      ],
      "env": {
        "FIRSTCH_TOOLS_USAGE_LOG": "<FIRSTCH_TOOLS_USAGE_LOG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tools mcp in other clients