Back to MCP Servers
🔌

micl2e2/code-to-tree

MIT

🌊 🏠 📟 🐧 🪟 🍎 - A single-binary MCP server that converts source code into AST, regardless of language.

CProductivity

Install

npx -y micl2e2-code-to-tree

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "micl2e2-code-to-tree": {
      "command": "npx",
      "args": [
        "-y",
        "micl2e2-code-to-tree"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.