loading…
Search for a command to run...
loading…
Clipboard AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Clipboard AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Clipboard Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
copy_text |
Copy text to the clipboard. Optionally add a label for easy retrieval. |
paste_text |
Retrieve the current clipboard contents. Format options: raw, trimmed, lines, js |
clipboard_history |
View clipboard history. Optionally search/filter by text content or label. |
clear_clipboard |
Clear the current clipboard. Optionally clear entire history. |
pip install meok-clipboard-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"clipboard-ai": {
"command": "python",
"args": ["-m", "meok_clipboard_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"clipboard-ai-mcp": {
"command": "npx",
"args": []
}
}
}