Back to Home
spences10 icon

mcpick

Verified Safe

by spences10

Overview

A CLI tool for dynamically managing Claude Code MCP server configurations, enabling users to toggle servers, add new ones, and manage backups to optimize context usage and performance.

Installation

Run Command
npx mcpick

Security Notes

The project is well-structured and focuses on safely modifying configuration files. It uses `valibot` for schema validation of server configurations, preventing malformed entries. File operations are limited to specific user-home directories (`~/.claude.json`, `~/.claude/mcpick/`) and only the `mcpServers` section of the main Claude config is modified, preserving other settings. There is no direct execution of user-supplied commands within McPick itself; it stores these commands for Claude Code to execute. No 'eval', hardcoded secrets, or unusual network activity is observed. The main security consideration is that users could input malicious commands when adding a server, which would then be executed by Claude Code, but McPick itself doesn't execute them and provides schema validation, which is appropriate for a configuration manager.

Similar Servers

Stats

Interest Score50
Security Score9
Cost ClassLow
Avg Tokens50
Stars28
Forks5
Last Update2025-12-03

Tags

CLIConfigurationClaude CodeMCP ServersDeveloper Tool