$ timeahead.in
/ servers/npm/@theia/ai-mcp-server
npm

@theia/ai-mcp-server

Theia - MCP Server

22k stars3k/wkupdated 0d agogithub ↗
89good
▣ Overview
PRs WelcomeBuild StatusPublish VS Code Built-in ExtensionsOpen questionsOpen bugs

What it does

This MCP server integrates Eclipse Theia, an open-source framework for building cloud-based and desktop IDEs, with Claude. Theia is a highly flexible, extensible development platform with built-in support for multiple languages, VS Code extensions, and vendor-neutral open-source governance. The MCP server enables Claude to read and write files on the local filesystem and make network requests, allowing direct interaction with Theia instances for code analysis, file management, IDE automation, and comprehensive development workflow integration.

Who it's for

Development teams building, extending, or deploying Theia-based IDEs who want integrated AI assistance. Particularly useful for organizations creating custom IDE distributions (such as Theia Blueprint) and seeking Claude integration for intelligent code assistance, deep code analysis, and automation of development tasks.

Common use cases

  • Automate large-scale refactoring and file modifications across a Theia IDE from Claude
  • Integrate Claude-powered code generation, templates, and boilerplate into custom Theia applications
  • Build AI-assisted code review, debugging, documentation, and test generation workflows within Theia
  • Synchronize file operations and IDE state with external development tools and systems

Setup pitfalls

  • Filesystem access—reads and writes local files; sandbox the server appropriately when working with untrusted or sensitive code
  • Network requests—ensure firewall and network policies permit outbound calls from the server
  • Sparse MCP integration documentation—the available README documents Theia itself rather than MCP-specific setup; consult npm for detailed configuration instructions
  • Version compatibility—target Theia versions are not documented; test thoroughly against your deployment
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
81
16.2
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
89.2
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "theiaai": {
      "command": "npx",
      "args": [
        "-y",
        "@theia/ai-mcp-server"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
63/ 100 · is this project alive?
contributors (1y)64
top contributor share27%
releases (1y)32
last release0d ago
ci✗ none
⛁ Raw data
weekly downloads3k
github stars22k
forks3k
open issues1497
license✓ present
readme length7328 chars
last publish0d ago
last commit0d ago
last updated9h ago
install verified✗ fail · 14d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points