Axe
Freeby MCP Community
AI-powered TUI code editor with MCP filesystem access
v0.0.1-betaAdded Apr 12, 2026
aiclituicode-editormcp
Axe MCP Server
AI-powered TUI code editor with MCP filesystem access
Installation
npx -y @axeai/axe
Reviews
Installation
Quick install
npx -y @axeai/axe
Add to claude_desktop_config.json
{
"mcpServers": {
"axe": {
"command": "npx",
"args": ["-y", "@axeai/axe"]
}
}
}