← Index

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

io.github.jscoobyced/jsc-typescript-ast-mcp·v1.0.10·Other
Quality Score
85
/100

AST for TypeScript, supports creating JSON representations of React components

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "jsc-typescript-ast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jsc-typescript-ast-mcp"
      ],
      "env": {
        "PROJECT_TSCONFIG_PATH": "<project_tsconfig_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "jsc-typescript-ast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jsc-typescript-ast-mcp"
      ],
      "env": {
        "PROJECT_TSCONFIG_PATH": "<project_tsconfig_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y jsc-typescript-ast-mcp
§02  Environment variables
PROJECT_TSCONFIG_PATH
required

The path to your TypeScript project's tsconfig.json file

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other