Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"desktoplens": {
"command": "npx",
"args": [
"-y",
"desktoplens-mcp"
],
"env": {
"DESKTOPLENS_PORT": "9876",
"DESKTOPLENS_DEFAULT_FPS": "2",
"DESKTOPLENS_DEFAULT_QUALITY": "medium"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
DESKTOPLENS_PORT=9876DESKTOPLENS_DEFAULT_FPS=2DESKTOPLENS_DEFAULT_QUALITY=mediumnpx claudepluginhub lostsunset/desktoplens_mcp --plugin desktoplens-mcp