LogoSTMCP
Download
gyazo-mcp-server

gyazo-mcp-server

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.

Tools

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.

Open Graph image for gyazo-mcp-server

JSON Config

{
  "mcpServers": {
    "gyazo-mcp-server": {
      "command": "npx",
      "args": ["@notainc/gyazo-mcp-server"],
      "env": {
        "GYAZO_ACCESS_TOKEN": "your-access-token-here"
      }
    }
  }
}

Information

  • Author@nota
  • Published date2025/09/16