Image processing tools for MCP — read, resize, crop, convert, return as base64
Project description
# mcp-image-tools
Image processing tools for MCP — read, resize, crop, convert, return as base64
Built on [mcp-server-framework](https://pypi.org/project/mcp-server-framework/).
## Installation
```bash
pip install mcp-image-tools
```
## Usage
```bash
mcp-image-tools # stdio (default)
```
### Claude Code / Claude Desktop
```json
{
"mcpServers": {
"image": { "command": "mcp-image-tools" }
}
}
```
## Tools
| Tool | Description |
|------|-------------|
| `image_read_base64` | Read an image file and return as base64-encoded PNG |
| image_resize | Resize an image and return as base64-encoded PNG |
| image_crop | Crop a region from an image and return as base64-encoded PNG |
| image_screenshot | Take a desktop screenshot and return as base64-encoded PNG |
| image_info | Get image metadata (size, format, mode) |
| image_convert | Convert image format and return as base64 |
## License
MIT — Part of [mcp_tools](https://github.com/cuber-it/mcp_tools)
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 mcp_image_tools-1.0.0.tar.gz.
File metadata
- Download URL: mcp_image_tools-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
071889925849410f82166b9c46b6f695a4f0b41f2d3bb6cc55f638dfa1b2edbd
|
|
| MD5 |
849d8f20ccf117a862f197b830ff27ac
|
|
| BLAKE2b-256 |
7c3fb3ddb5fea28e8568ad868ffd8b82ea48b41ac51080b0d3d408cdd65bb488
|
File details
Details for the file mcp_image_tools-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mcp_image_tools-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbc1979c1129da870cb242fd5af8b6af1248e91a8552d51f45133ffba47ef52a
|
|
| MD5 |
69282a187c18664ad20b99805200997e
|
|
| BLAKE2b-256 |
8725e008d6af6229e11554f18de4f86c42e774248d2d1c639899aa62843abfb9
|