screenkapp-mcp
Just a simple MCP server that captures the screen. Support the Windows platform only. Requires the dotnet 10.0 to use.
"mcpServers": {
"screenkapp": {
"command": "dotnet",
"args": ["run", "--project", "DIR_OF_SCREENKAPP", "--no-build"]
}
}