Skip to main content

Module install

Module install 

Source
Expand description

Install MCP server to Claude Desktop or Cursor.

This module implements the turbomcp install command which:

  • Locates the application’s MCP configuration file
  • Adds or updates the server entry
  • Validates the server binary exists and is executable

§Usage

# Install to Claude Desktop
turbomcp install claude-desktop ./target/release/my-server

# Install to Cursor
turbomcp install cursor ./my-server --name "My MCP Server"

# With environment variables
turbomcp install claude-desktop ./my-server -e API_KEY=xxx -e DEBUG=true

Functions§

execute
Execute the install command.
list_installed
List installed MCP servers (for info display).