gyazo-mcp-server
by yuiseki
The gyazo-mcp-server is a TypeScript-based Model Context Protocol (MCP) server designed to integrate Gyazo images with AI assistants. It provides resources representing Gyazo images with URIs and metadata, along with tools for fetching the latest image and accessing image content via the Gyazo API.
Last updated: N/A
What is gyazo-mcp-server?
The gyazo-mcp-server is a Model Context Protocol server that enables AI assistants to access and interact with images stored on Gyazo. It exposes Gyazo images as resources with URIs and metadata, allowing AI models to understand and utilize image content within their context.
How to use gyazo-mcp-server?
To use this server, you need a Gyazo account and API access token. After obtaining the token, set the GYAZO_ACCESS_TOKEN
environment variable. Then, configure your AI assistant (e.g., Claude Desktop) to use the server by adding the server configuration to the appropriate configuration file, specifying the command to run the server and passing the access token.
Key features of gyazo-mcp-server
List and access Gyazo images via
gyazo-mcp://
URIsAccess original image content and metadata (title, description, app, URL)
Retrieve OCR data (if available) for images
Fetch the most recent image from Gyazo using the
gyazo_latest_image
tool
Use cases of gyazo-mcp-server
Allowing AI assistants to analyze and understand images shared via Gyazo
Enabling AI models to incorporate visual information from Gyazo images into their responses
Providing AI agents with the ability to search and retrieve relevant images from a user's Gyazo library
Automating tasks that involve processing and analyzing images captured with Gyazo
FAQ from gyazo-mcp-server
What is Gyazo?
What is Gyazo?
Gyazo is a screenshot and screen recording tool that allows users to quickly capture and share images and videos.
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
MCP is a protocol that enables AI models to access and interact with external resources and tools.
How do I get a Gyazo API access token?
How do I get a Gyazo API access token?
You can obtain your Gyazo API access token from the Gyazo API settings page: https://gyazo.com/api
How do I install the gyazo-mcp-server?
How do I install the gyazo-mcp-server?
The installation instructions are in the README. You can either run it directly or use Docker.
How can I debug the gyazo-mcp-server?
How can I debug the gyazo-mcp-server?
The README recommends using the MCP Inspector for debugging, which can be accessed via npm run inspector
.