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.
Full-text search for captures uploaded by users on Gyazo.
Fetch image content and metadata from Gyazo.
Fetch the most recent image from Gyazo.
Upload an image to Gyazo.
{
"mcpServers": {
"gyazo-mcp-server": {
"command": "npx",
"args": ["@notainc/gyazo-mcp-server"],
"env": {
"GYAZO_ACCESS_TOKEN": "your-access-token-here"
}
}
}
}