Version 4.43 or later needs to be installed to add the server automatically
About
Official Model Context Protocol server for Gyazo.
Attribute | Details |
---|---|
Docker Image | mcp/gyazo |
Author | nota |
Repository | https://github.com/nota/gyazo-mcp-server |
Dockerfile | https://github.com/nota/gyazo-mcp-server/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/gyazo --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
gyazo_image | Fetch image content and metadata from Gyazo |
gyazo_latest_image | Fetch latest uploaded image content and metadata from Gyazo |
gyazo_search | Full-text search for captures uploaded by users on Gyazo |
gyazo_upload | Upload an image to Gyazo |
gyazo_image
Fetch image content and metadata from Gyazo
Parameters | Type | Description |
---|---|---|
id_or_url | string | ID or URL of the image on Gyazo |
gyazo_latest_image
Fetch latest uploaded image content and metadata from Gyazo
Parameters | Type | Description |
---|---|---|
name | string |
gyazo_search
Full-text search for captures uploaded by users on Gyazo
Parameters | Type | Description |
---|---|---|
query | string | Search keyword (max length: 200 characters). example: 'cat', 'title:cat', 'app:"Google Chrome"', 'url:google.com', 'cat since:2024-01-01 until:2024-12-31' NOTE: If you cannot find an appropriate capture, try rephrasing the search query to capture the user's intent and repeat the search several times |
page | integer optional | Page number for pagination |
per | integer optional | Number of results per page (max: 100) |
gyazo_upload
Upload an image to Gyazo
Parameters | Type | Description |
---|---|---|
imageData | string | Base64 encoded image data |
app | string optional | Application name for the image (optional). |
description | string optional | Description for the image (optional) |
refererUrl | string optional | Source URL for the image (optional). |
title | string optional | Title for the image (optional) |
{
"mcpServers": {
"gyazo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GYAZO_ACCESS_TOKEN",
"mcp/gyazo"
],
"env": {
"GYAZO_ACCESS_TOKEN": "your-access-token-here"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for