🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@theia/ai-mcp-ui

Package Overview
Dependencies
Maintainers
12
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/ai-mcp-ui

Theia - MCP UI Integration

latest
Source
npmnpm
Version
1.66.2
Version published
Weekly downloads
699
-18.05%
Maintainers
12
Weekly downloads
 
Created
Source

Model Context Server (MCP) UI Integration

The AI MCP UI package provides the UI for users to start and use MCP servers

Features

  • Start and stop MCP servers.
  • Provide preference schema for autocomplete etc. in preferences

Commands

Start MCP Server

  • Command ID: mcp.startserver
  • Label: MCP: Start MCP Server
  • Functionality: Allows you to start a MCP server by selecting from a list of configured servers.

Stop MCP Server

  • Command ID: mcp.stopserver
  • Label: MCP: Stop MCP Server
  • Functionality: Allows you to stop a running MCP server by selecting from a list of currently running servers.

Usage

  • Starting a MCP Server:

    • Use the command palette to invoke MCP: Start MCP Server.
    • A quick pick menu will appear with a list of configured MCP servers.
    • Select a server to start.
  • Stopping a MCP Server:

    • Use the command palette to invoke MCP: Stop MCP Server.
    • A quick pick menu will display a list of currently running MCP servers.
    • Select a server to stop.
  • Using provided tool functions

    • Only functions of started MCP servers can be used
    • Open a prompt template and add the added tool functions
    • Type '~{' to open the auto completion

Configuration

To configure MCP servers, open the preferences and add entries to the MCP Servers Configuration section. See the Theia MCP package (@theia/ai-mcp) README for more information.

More Information

Theia AI MCP README User documentation on MCP in the Theia IDE List of available MCP servers

Keywords

theia-extension

FAQs

Package last updated on 10 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts