Manage local item snapshots and shares
mcp-servermcp_serversetup L2★0
npm:@peekview/mcp-server ↗What it does
Manage and retrieve item snapshots with SSE transport
Best for
When you want a local screenshot/item retrieval system with public share links and need SSE transport for browser compatibility.
Inputs
- · peekview.url (internal API address)
- · peekview.public_url (user-facing link)
Outputs
- · item snapshots with public URLs
- · configured settings
Requires
- · PeekView server (local or remote)
- · SSE transport
Preconditions
- · PeekView server running
- · peekview.url and peekview.public_url env vars set
- · systemd service optional
Failure modes
- · peekview.url vs public_url confusion (one for server, one for users)
- · CORS origin validation can block if misconfigured
- · session-based HTTP requires MCP-Session-Id header
Trust signals
- · demo setup in Chinese and English
- · explicit peekview.url vs public_url distinction
- · CORS and session management detailed