Server
Freeby MCP Community
MCP server for Glance — capture what a web page looks like and does
v1.3.0Added Apr 12, 2026
mcpmcp-serverglancescreenshotweb-capture
Server MCP Server
MCP server for Glance — capture what a web page looks like and does
Installation
Reviews
Installation
Quick install
npx -y @glance-mcp/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@glance-mcp/server"]
}
}
}