substrate browser for Cursor
io.github.manuelinuxkr/substrate-browser
Token-first headless browser for AIs. Extracts a tiny semantic graph, cutting HTML bloat by 95%.
client:Cursor
transport:stdio
runtime:npm
Install substrate browser in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"substrate-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"substrate-browser"
],
"env": {
"SUBSTRATE_PROXY": "<SUBSTRATE_PROXY>",
"SUBSTRATE_VIEWPORT_WIDTH": "<SUBSTRATE_VIEWPORT_WIDTH>",
"SUBSTRATE_VIEWPORT_HEIGHT": "<SUBSTRATE_VIEWPORT_HEIGHT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs