jscoobyced/jsc-typescript-ast-mcp
A Model Context Protocol (MCP) server that provides an abstract syntax tree (AST) representation of TypeScript code using the ts-morph library.
Platform-specific configuration:
{
"mcpServers": {
"jsc-typescript-ast-mcp": {
"command": "npx",
"args": [
"-y",
"jsc-typescript-ast-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...