Back to MCP Servers
Code To Tree
A single-binary MCP server that converts source code into AST, regardless of language.
coding-agents
By micl2e2
Installation
npx -y code-to-treeConfiguration
{
"mcpServers": {
"code-to-tree": {
"command": "npx",
"args": ["-y", "code-to-tree"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes