
Clipboard Mcp Server
@csabakecskemeti
关于 Clipboard Mcp Server
Clipboard MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clipboard": {
"type": "sse",
"url": "http://localhost:3001/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Clipboard MCP Server?
Clipboard MCP Server is an MCP (Model Context Protocol) server that allows LLM models (like Claude Code) to save relevant output directly to your system clipboard for immediate use. It works with any MCP-compatible client that supports SSE transport, such as Claude Code and LM Studio.
How to use Clipboard MCP Server?
Set up the server using the automatic setup.sh script or manually (create a Python virtual environment, install from requirements.txt, and install xclip on Linux). Run the server with ./start.sh or python server.py (default port 3001). Add the appropriate SSE URL configuration (e.g., http://localhost:3001/sse) to your MCP client configuration file (e.g., ~/.claude.json for Claude Code).
Key features of Clipboard MCP Server
- Saves command snippets (e.g.,
npm install express) directly to clipboard - Saves code snippets ready to paste into an editor
- Saves short answers like city names, numbers, or specific values
- Saves any text content for immediate use
- Provides three dedicated tools:
save_to_clipboard,save_command_to_clipboard, andsave_code_to_clipboard - Works with Claude Code, LM Studio, and other MCP clients supporting SSE transport
Use cases of Clipboard MCP Server
- Copying installation commands (e.g.,
npm install express) while reading full instructions - Pasting code snippets from LLM responses directly into your editor
- Extracting specific values (like capital city names) for quick use
- Any scenario where LLM output needs to be immediately pasted elsewhere
FAQ from Clipboard MCP Server
What operating systems does Clipboard MCP Server support?
The server requires xclip on Linux. Installation instructions include sudo apt install xclip for Debian-based systems; support for other OS is not specified in the README.
How do I configure my MCP client to use Clipboard MCP Server?
Add a JSON entry to your client's configuration (e.g., ~/.claude.json) with type "sse" and the URL http://localhost:PORT/sse (default port 3001). For custom ports, update the URL accordingly.
Can I change the port the server runs on?
Yes. Use ./start.sh PORT or python server.py --port PORT to specify a custom port.
What transport protocol does Clipboard MCP Server use?
It uses SSE (Server-Sent Events) transport, as indicated by the SSE endpoint http://localhost:PORT/sse.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
评论