Servers
MCP Web Snapshot
@gustavo-meilus
Take snapshot of websites and deliver it to LLM tools.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-web-snapshot": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-web-snapshot",
"run",
"python",
"src/server.py"
]
}
}
}