serve for Cursor
cc.servelink/serve
Public links for local services and static artifacts: live from your machine or hosted by Serve.
client:Cursor
transport:stdio
runtime:npm
Install serve in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"serve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs