plasmate for Cursor
io.github.plasmate-labs/plasmate
Browser engine for AI agents. HTML in, Semantic Object Model out. 16x fewer tokens.
client:Cursor
transport:stdio
runtime:npm
Install plasmate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"plasmate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plasmate-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs