A MCP server that lists all available MCP services for easy copying and usage
Connect MCP Easy Copy to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A MCP server that lists all available MCP services for easy copying and usage. The mcp easy copy mcp server is what makes that connection.
A Model Context Protocol server that makes it easy to discover and copy available MCP services in Claude Desktop.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Copy — friendly format**: Numbered list for easy referencemacOS — ~/Library/Logs/Claude/mcp-server-mcp-easy-copy.logWindows — %APPDATA%\Claude\logs\mcp-server-mcp-easy-copy.logGlama — The Glama tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Easy Copy's toolset — Copy, macOS, Windows and 1 more — is a fair guide to whether it matches your workflow. It is maintained by fisheepx; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Easy Copy's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Copy | friendly format**: Numbered list for easy reference |
| macOS | ~/Library/Logs/Claude/mcp-server-mcp-easy-copy.log |
| Windows | %APPDATA%\Claude\logs\mcp-server-mcp-easy-copy.log |
| Glama | The Glama tool exposed by this server. |
{
"mcpServers": {
"mcp-easy-copy": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/mcp_easy_copy/build/index.js"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.