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=trueFunctions§
- execute
- Execute the install command.
- list_
installed - List installed MCP servers (for info display).