Parse and analyze code structure with Tree-sitter for understanding and automation.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "treesitter-mcp" yet — see the docs or source repo.
Use treesitter-mcp to parse the Python files in this repository, extract all classes, functions, and their hierarchy, and output a structured summary by file.
A file-by-file structural summary listing classes, functions, and nesting relationships.
Use treesitter-mcp to find all async function definitions and external API call sites in the project, then summarize the related files and code snippets.
A list of matched syntax locations with relevant contextual code snippets.
Use treesitter-mcp to analyze this JavaScript project for repeated function signatures and similar implementations, and identify code that could be extracted into shared modules.
A list of refactoring candidates with files, functions, and reasons for similarity.
Index source code locally to query symbols, dependencies, and tree structure.
Analyze, match, and transform code structures across multiple programming languages.
Analyze TypeScript types and dependency graphs to understand and refactor codebases.
Analyze project structure, read files, and understand codebases with context.
Enable AI code navigation and editing across languages through LSP-backed tools.
Search code semantically and answer questions about a codebase.