ClawPage for Cursor
io.github.skypher/clawpage-mcp
Extract and structure any web page into clean JSON. Free tier: 10/day.
client:Cursor
transport:stdio
runtime:npm
Install ClawPage in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clawpage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawpage-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs