MarkuprPlus for Cursor
io.github.hashfunction/markuprplus
Records your screen and voice, returns one annotated screenshot and finding per mark.
client:Cursor
transport:stdio
runtime:npm
Install MarkuprPlus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"markuprplus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"markuprplus"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs