Skip to content

copick setup mcp

mcp

Setup Copick MCP server configuration for...

Plugin command — copick-mcp

This command is provided by the copick-mcp plugin, not copick core. Install it to make this command available:

pip install copick-mcp

See the plugin system guide for details.

Usage

copick setup mcp [OPTIONS]

Description

Setup Copick MCP server configuration for Claude Desktop or Claude Code.

Options

Option Type Default Description
--target choice (desktop | code-global | code-project) desktop Target application: desktop (Claude Desktop), code-global (Claude Code global), code-project (Claude Code project-specific)
--project-path directory Project path for code-project target (defaults to current directory)
--server-name text copick-mcp Name for the MCP server (default: copick-mcp)
--python-path text Path to Python executable (defaults to current Python)
--config-path text Default Copick config path (optional, can be provided per-request)
--force boolean flag False Force overwrite existing configuration