Gyazo

Gyazo

Search, fetch, upload, and interact with Gyazo images, including metadata and OCR data.

25
Stars
9
Forks
1
Releases

Overview

This TypeScript-based MCP server provides programmatic access to Gyazo images via the Model Context Protocol. It exposes resources representing Gyazo images with URIs and rich metadata, including title, description, app, and URL, and, when available, OCR data. The server includes tools to search for captures (gyazo_search), fetch image content and metadata by ID or URL (gyazo_image), retrieve the latest image (gyazo_latest_image), and upload new images (gyazo_upload). Resources are accessible through gyazo-mcp:// URIs and support multiple image formats (JPEG, PNG, etc.). The gyazo_search tool supports keyword, title, app, URL, and date-range queries with pagination, returning matching image URIs and metadata. The gyazo_image and gyazo_latest_image tools return both image content and detailed metadata, including OCR text if available. For uploading, gyazo_upload accepts base64-encoded image data and optional metadata and returns the image permalink and ID. The server can be installed via npm or built as a Docker image and requires a Gyazo API access token via GYAZO_ACCESS_TOKEN.

Details

Owner
nota
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Resources

Resources representing Gyazo images with URIs and metadata; each image includes original content, metadata (title, description, app, URL), and OCR data when available; supports multiple image formats.

gyazo_search

Full-text search for Gyazo captures by keyword, title, app, URL, or date range, with pagination and results returning image URIs and metadata.

gyazo_image

Fetch image content and metadata from Gyazo by ID or URL; returns content and detailed metadata.

gyazo_latest_image

Fetch the most recent Gyazo image with content and metadata; includes OCR text if available.

gyazo_upload

Upload images to Gyazo via MCP using base64 data; supports optional metadata like title, description, referer URL, and app name; returns permalink URL and image ID.

Audience

AI assistantsAccess Gyazo images via MCP for retrieval, analysis, and context provisioning within conversations and workflows.
DevelopersIntegrate Gyazo image search, fetch, and upload capabilities into applications and agents via MCP.

Tags

gyazomcpimageOCRsearchfetchuploadmetadataAPI