Plopino for Cursor
io.github.plopino/plopino-mcp
Publish pages, documents, or folders to a link; documents render as pages; updates keep the URL.
client:Cursor
transport:stdio
runtime:npm
Install Plopino in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"plopino-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plopino"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs