Gyazo MCP Server - Developer Preview

Gyazo MCP Server - Developer Preview

In the latest versions of Gyazo for macOS (9.9.0+) and Windows (5.8.0+), we've introduced an MCP server as a developer preview.

These MCP servers can be used with MCP-compatible clients such as Claude Desktop and the GitHub Copilot Agent Mode in Visual Studio Code.

Please be aware that the MCP servers included with Gyazo for macOS and Gyazo for Windows are developer previews and are subject to change or discontinuation without prior notice. Your understanding is appreciated.

Please also note that the Gyazo Support is not intended to provide support for this developer preview. Therefore, we kindly ask that you refrain from contacting us with inquiries regarding installation or usage.

How to install

How to setup
Gyazo for macOS
Available Tools:
Capture and upload a selected area
Capture and upload the entire screen
Capture and upload a specific window
Retrieve a list of windows
The Gyazo for macOS MCP server, GyazoMacMCPServer, is installed at the following path:
$ /Applications/Gyazo Menu.app/Contents/Helpers/cli-tool/GyazoMacMCPServer
Add the following configuration to your claude_desktop_config.json file:
claude_desktop_config.json
Copied!
"gyazo-mac": {
"command": "/Applications/Gyazo Menu.app/Contents/Helpers/cli-tool/GyazoMacMCPServer"
}

Gyazo for Windows
Available Tools:
Capture and upload the entire screen
Capture and upload a specific window
Retrieve a list of windows
The Gyazo for Windows MCP server, GyazoWinMCPServer.exe, is installed at the following path:
$ C:\Program Files (x86)\Gyazo\GyazoWinMCPServer.exe
Add the following configuration to your claude_desktop_config.json file:
claude_desktop_config.json
Copied!
"gyazo-win": {
"command": "C:\\Program Files (x86)\\Gyazo\\GyazoWinMCPServer.exe"
}
Accessing and Searching Uploaded Captures

To access and search your uploaded captures, please use gyazo-mcp-server:
Powered by Helpfeel