Ai Mcp Server

@theia/ai-mcp-server

Theia - MCP Server

0 downloads
v1.69.0

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @theia/ai-mcp-server

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @theia/ai-mcp-server

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "ai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@theia/ai-mcp-server"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "ai-mcp-server": {
        "command": "npx",
        "args": [
          "-y",
          "@theia/ai-mcp-server"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "ai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@theia/ai-mcp-server"
      ]
    }
  }
}

About

Theia - MCP Server

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
1.69.0
License
EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
Category
other
MCP Version
1.0
Published
9/26/2025
Updated
3/6/2026