mcp-snagit

Bisiar/mcp-snagit
★ 2 stars C# 🔌 API Integration Updated 1mo ago
A Model Context Protocol server for Snagit screen capture integration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-snagit": {
      "command": "npx",
      "args": [
        "-y",
        "Bisiar/mcp-snagit"
      ]
    }
  }
}