1. gyazo_search
Full-text search for captures uploaded by users on Gyazo.
2. gyazo_image
Fetch image content and metadata from Gyazo.
3. gyazo_latest_image
Fetch the most recent image from Gyazo.
4. gyazo_upload
Upload an image to Gyazo.
A TypeScript-based MCP server that provides AI assistants with access to Gyazo images through the Model Context Protocol, offering resources, search tools, and upload capabilities.
{
"mcpServers": {
"gyazo-mcp-server": {
"command": "npx",
"args": ["@notainc/gyazo-mcp-server"],
"env": {
"GYAZO_ACCESS_TOKEN": "your-access-token-here"
}
}
}
}