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.
Parse code with Tree-sitter to analyze syntax trees and automate code workflows.
Analyze code structure and Git history while drastically reducing AI token usage.
Extract functions, classes, and snippets from code with precise line numbers.
Analyze, match, and transform code structures across multiple programming languages.
Index your codebase so AI can inspect dependencies, call trees, and dead code.
Refactor TypeScript and JavaScript with precise code intelligence and structural analysis.