MCP server for reading clipboard images and passing them to Claude
Project description
clipboard-image-mcp
A MCP (Model Context Protocol) server that reads images from the clipboard and provides them to Claude.
Installation
pip install clipboard-image-mcp
Or run directly with uvx:
uvx clipboard-image-mcp
Usage
Configure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"clipboard-image": {
"command": "uvx",
"args": ["clipboard-image-mcp"]
}
}
}
Available Tools
- get_clipboard_image - Reads the current image from the clipboard and returns it as base64-encoded PNG data.
How to Use
- Copy any image to your clipboard (screenshot, right-click copy, etc.)
- Ask Claude to use the
get_clipboard_imagetool - Claude will receive and analyze the image
Requirements
- Windows OS (uses Windows clipboard API)
- Python 3.10+
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clipboard_image_mcp-0.1.0.tar.gz.
File metadata
- Download URL: clipboard_image_mcp-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a810ca9201fad5320d43d6e0af4154e2593d344517c0fdf9b255d1bb3b72275a
|
|
| MD5 |
e165780e608abfca8edc65b76e27a857
|
|
| BLAKE2b-256 |
db90f4a0508c7f822ddf60e810f044e2d1e680e772e2c2770e422ca0e2c425eb
|
File details
Details for the file clipboard_image_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: clipboard_image_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b894fc9a6feb6fb20ee9f1b08da93e6f3885dcc3ad1a0ce232c3baa8cd096a3
|
|
| MD5 |
ebd9b2322b4f157642799bf7fdeda4f2
|
|
| BLAKE2b-256 |
14f69dbc188d33d29d9a74be014eb090e3fcb878b6389d982e8c402bf14cfa80
|