Latchshot
Rank #51,196io.github.BaiqingL/latchshot
Hosted public-page screenshots and PDFs with guarded Chromium and inline MCP artifacts.
Latchshot is a Model Context Protocol (MCP) server published by BaiqingL. It ranks #51,196 of 115,460 servers tracked on MCP Toplist. Latchshot is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 18, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 64,264 of 115,460 servers on MCP Toplist.
Use Latchshot
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http latchshot https://latchshot.fly.dev/mcp[mcp_servers.latchshot]
url = "https://latchshot.fly.dev/mcp"Add to ~/.codex/config.toml.
https://latchshot.fly.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"latchshot": {
"url": "https://latchshot.fly.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"latchshot": {
"type": "http",
"url": "https://latchshot.fly.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"latchshot": {
"serverUrl": "https://latchshot.fly.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"latchshot": {
"url": "https://latchshot.fly.dev/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.BaiqingL%2Flatchshot)<a href="https://mcptoplist.com/server/io.github.BaiqingL%2Flatchshot"><img src="https://mcptoplist.com/badge/io.github.BaiqingL%2Flatchshot.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
BaiqingL
Other servers by BaiqingL
View all BaiqingL servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Jul 19, 2026 |
| 1.0.0 | Jul 18, 2026 |
Frequently asked questions
- Who maintains Latchshot?
- Latchshot is maintained by BaiqingL, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Latchshot listed on the Official MCP Registry?
- Yes — Latchshot is listed on the Official MCP Registry.
- How many versions does Latchshot have?
- MCP Toplist tracks 2 versions of Latchshot, most recently published on Jul 19, 2026.
- Where can I find the source code for Latchshot?
- The source code for Latchshot is hosted at github.com/BaiqingL/latchshot-mcp.