Tree Sitter MCP Server

v1.0.0Developer Toolsstable

MCP Server for Tree-sitter

ai-assistantastclaudeclaude-aiclaude-desktop
Share:
304
Stars
0
Downloads
0
Weekly
0/5

About

MCP Server for Tree-sitter

Features

  • configure
  • register_project_tool
  • list_projects_tool
  • remove_project_tool
  • list_languages

Use Cases

Configure the server. Args: config_path: Path to YAML config file cache_enabled: Whether to enable parse tree caching max_file_size_mb: Maximum file size in MB log_level: Logging level (DEBUG, INFO, WARNING, ERROR) Returns: Current configuration
Register a project directory for code exploration. Args: path: Path to the project directory name: Optional name for the project (defaults to directory name) description: Optional description of the project Returns: Project information
List all registered projects. Returns: List of project information
Remove a registered project. Args: name: Project name Returns: Success message
List available languages. Returns: Information about available languages
wrale

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx tree-sitter

Examples

Basic Configuration

Configure Tree Sitter MCP Server

npx tree-sitter

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Developer Tools MCP Servers

Explore other servers in the Developer Tools category.

Quick Config Preview

{ "mcpServers": { "tree-sitter": { "command": "npx", "args": ["-y", "tree-sitter"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Tree Sitter MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides