Genai Capture
Rank #20,469io.github.linhnnmt/genai-capture
Capture & annotate your screen from an AI agent: arrows, boxes, text, highlight, blur/redact.
Genai Capture is a Model Context Protocol (MCP) server published by projecthsf. It ranks #20,469 of 132,046 servers tracked on MCP Toplist. Genai Capture is listed on Official MCP, with 1 tracked version. It was first listed on Jul 21, 2026 and most recently updated on Jul 21, 2026.
Ranks ahead of 111,577 of 132,046 servers on MCP Toplist.
Use Genai Capture
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add genai-capture -- npx -y genai-capture-mcp[mcp_servers.genai-capture]
command = "npx"
args = ["-y", "genai-capture-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"genai-capture": {
"command": "npx",
"args": [
"-y",
"genai-capture-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"genai-capture": {
"command": "npx",
"args": [
"-y",
"genai-capture-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"genai-capture": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"genai-capture-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"genai-capture": {
"command": "npx",
"args": [
"-y",
"genai-capture-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"genai-capture": {
"command": "npx",
"args": [
"-y",
"genai-capture-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.linhnnmt%2Fgenai-capture)<a href="https://mcptoplist.com/server/io.github.linhnnmt%2Fgenai-capture"><img src="https://mcptoplist.com/badge/io.github.linhnnmt%2Fgenai-capture.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
projecthsf
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jul 21, 2026 |
Frequently asked questions
- Who maintains Genai Capture?
- Genai Capture is maintained by projecthsf, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Genai Capture listed on the Official MCP Registry?
- Yes — Genai Capture is listed on the Official MCP Registry.
- How many versions does Genai Capture have?
- MCP Toplist tracks 1 version of Genai Capture, most recently published on Jul 21, 2026.
- Where can I find the source code for Genai Capture?
- The source code for Genai Capture is hosted at github.com/projecthsf/genai-capture.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.