Skip to content

jsc typescript ast mcp for Grok

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

AST for TypeScript, supports creating JSON representations of React components

client:Grok transport:stdio runtime:npm

Install jsc typescript ast mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "jsc-typescript-ast-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jsc-typescript-ast-mcp"
      ],
      "env": {
        "PROJECT_TSCONFIG_PATH": "<PROJECT_TSCONFIG_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

jsc typescript ast mcp in other clients