Skip to content

jsc typescript ast mcp for Zed

io.github.jscoobyced/jsc-typescript-ast-mcp

AST for TypeScript, supports creating JSON representations of React components

client:Zed transport:stdio runtime:npm

Install jsc typescript ast 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": {
    "jsc-typescript-ast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jsc-typescript-ast-mcp"
      ],
      "env": {
        "PROJECT_TSCONFIG_PATH": "<PROJECT_TSCONFIG_PATH>"
      }
    }
  }
}

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

jsc typescript ast mcp in other clients