Ai
Freeby MCP Community
Theia - MCP Server
v1.70.2Added Apr 12, 2026
theia-extension
Ai MCP Server
Theia - MCP Server
Installation
Reviews
Installation
Quick install
npx -y @theia/ai-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"ai": {
"command": "npx",
"args": ["-y", "@theia/ai-mcp-server"]
}
}
}