Skip to content
Cursor

jsc typescript ast mcp for Cursor

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

AST for TypeScript, supports creating JSON representations of React components

client:Cursor transport:stdio runtime:npm

Install jsc typescript ast mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jsc typescript ast mcp in other clients