urlsnap mcp for Cursor
dev.urlsnap/urlsnap-mcp
Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.
client:Cursor
transport:stdio
runtime:npm
Install urlsnap mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"urlsnap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"urlsnap-mcp"
],
"env": {
"URLSNAP_API_KEY": "<URLSNAP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs