mcpick
Verified Safeby spences10
Overview
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
Installation
pnpx mcpickEnvironment Variables
- CLAUDE_CONFIG_DIR
Security Notes
The tool uses `node:child_process.exec` to interact with the `claude` CLI. It includes `shell_escape` for arguments and `is_valid_env_key` for environment variable keys to prevent shell injection during command construction. While `exec` calls are a potential risk vector, the implementation attempts to sanitize user inputs carefully. The overall security also depends on the safety of the `claude` CLI itself and the commands users configure for their MCP servers.
Similar Servers
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.