MCP Easy Copy
@fisheepx
A MCP server that lists all available MCP services for easy copying and usage
Overview
What is MCP Easy Copy?
MCP Easy Copy is a Model Context Protocol server that automatically reads the Claude Desktop configuration file, extracts the names of all configured MCP services, and presents them in an easy-to-copy numbered list at the top of the tools list. It is designed for users who need to explicitly specify an MCP service name when the tools list is long or when manual selection is preferred over automatic service selection.
How to use MCP Easy Copy?
Install via npm (npm install -g @fishes/mcp-easy-copy) or via Smithery (npx -y @smithery/cli install @fisheepx/mcp-easy-copy --client claude). Add the server configuration to claude_desktop_config.json using the command npx -y @fishes/mcp-easy-copy. Once configured and Claude Desktop is restarted, access the tool by clicking the hammer icon in the toolbar or by asking Claude to “Please list all MCP services that are available to you.”
Key features of MCP Easy Copy
- Appears at the top of the tools list using special name formatting
- Dynamically shows the latest available MCP services
- Presents services in a numbered, copy-friendly format
- Zero external dependencies beyond Node.js
- Supports macOS and Windows platforms
Use cases of MCP Easy Copy
- Quickly discover all configured MCP services without searching configuration files
- Explicitly direct Claude to use a specific service when the tools list is long
- Troubleshoot or compare results between different MCP services
- Navigate services when multiple callable actions increase the tools list length
FAQ from MCP Easy Copy
What does MCP Easy Copy do?
It reads the Claude Desktop configuration file, extracts the names of all configured MCP services, and displays them in an easy-to-copy numbered list at the top of the tools list.
What are the system requirements?
Node.js version 14.0.0 or higher and macOS or Windows. No external dependencies are needed.
Where are the logs located if something goes wrong?
On macOS, logs are at ~/Library/Logs/Claude/mcp-server-mcp-easy-copy.log. On Windows, they are at %APPDATA%\Claude\logs\mcp-server-mcp-easy-copy.log.
How do I troubleshoot issues?
Check the logs, verify that claude_desktop_config.json is valid JSON, ensure Node.js is properly installed, restart Claude Desktop after configuration changes, and run npm run inspector to debug with the MCP Inspector.
Does MCP Easy Copy store any user data?
It only reads the Claude Desktop configuration file to extract MCP service names; no persistent data is stored.