MCP Server
Active
MIT
io.github.jaimenbell/desktop-mcp MCP Server
io.github.jaimenbell/desktop-mcp
What is the io.github.jaimenbell/desktop-mcp MCP server?
Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording.
How to install io.github.jaimenbell/desktop-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"desktop-mcp": {
"command": "uvx",
"args": [
"desktop-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"desktop-mcp": {
"command": "uvx",
"args": [
"desktop-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"desktop-mcp": {
"command": "uvx",
"args": [
"desktop-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"desktop-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"desktop-mcp"
]
}
}
}Claude Code
claude mcp add desktop-mcp -- uvx desktop-mcpRelated MCP servers
MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.
0
View repository →Python
MIT
MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.
0
View repository →Python
MIT
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
0
View repository →Python
MIT
Manifest-driven MCP server scaffolder and runtime hub for tool integrations.
0
View repository →Python
MIT
Minimal RAG-over-a-corpus MCP retrieval: search_knowledge returns cited chunks. Local embeddings.
0
View repository →Python
MIT
Default-deny action registry, append-only spend ledger, and human sign-off audit trail (MCP tools).
0
View repository →Python
MIT