KitchenSink4Web for Cursor
io.github.kitchensink4ai/kitchensink4web
Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.
client:Cursor
transport:stdio
runtime:pypi
Install KitchenSink4Web in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kitchensink4web": {
"type": "stdio",
"command": "uvx",
"args": [
"kitchensink4web"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs