Serversio.github.KamaruSama/mcp-screenshot
S

io.github.KamaruSama/mcp-screenshot

io.github.KamaruSama/mcp-screenshot · v1.0.1
▦ pypi
v1.0.1pypi pypi: mcp-screenshot↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.KamaruSama/mcp-screenshot",
  "description": "Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.",
  "repository": {
    "url": "https://github.com/KamaruSama/mcp-screenshot",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-screenshot",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Wayland display identifier (e.g. wayland-1). Required for grim to find the compositor.",
          "isRequired": true,
          "format": "string",
          "name": "WAYLAND_DISPLAY"
        },
        {
          "description": "Wayland runtime directory (e.g. /run/user/1000). Required for socket lookup.",
          "isRequired": true,
          "format": "filepath",
          "name": "XDG_RUNTIME_DIR"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}