Gyazo

Gyazo

Official Model Context Protocol server for Gyazo.

2.3K

4 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Gyazo MCP Server

Official Model Context Protocol server for Gyazo.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/gyazo
Authornota
Repositoryhttps://github.com/nota/gyazo-mcp-server
Dockerfilehttps://github.com/nota/gyazo-mcp-server/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/gyazo --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (4)

Tools provided by this ServerShort Description
gyazo_imageFetch image content and metadata from Gyazo
gyazo_latest_imageFetch latest uploaded image content and metadata from Gyazo
gyazo_searchFull-text search for captures uploaded by users on Gyazo
gyazo_uploadUpload an image to Gyazo

Tools Details

Tool: gyazo_image

Fetch image content and metadata from Gyazo

ParametersTypeDescription
id_or_urlstringID or URL of the image on Gyazo

Tool: gyazo_latest_image

Fetch latest uploaded image content and metadata from Gyazo

ParametersTypeDescription
namestring

Tool: gyazo_search

Full-text search for captures uploaded by users on Gyazo

ParametersTypeDescription
querystringSearch 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
pageintegeroptionalPage number for pagination
perintegeroptionalNumber of results per page (max: 100)

Tool: gyazo_upload

Upload an image to Gyazo

ParametersTypeDescription
imageDatastringBase64 encoded image data
appstringoptionalApplication name for the image (optional).
descriptionstringoptionalDescription for the image (optional)
refererUrlstringoptionalSource URL for the image (optional).
titlestringoptionalTitle for the image (optional)

Use this MCP Server

{
  "mcpServers": {
    "gyazo": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GYAZO_ACCESS_TOKEN",
        "mcp/gyazo"
      ],
      "env": {
        "GYAZO_ACCESS_TOKEN": "your-access-token-here"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers