MCP Server
Active
MIT
open-compute (computer-use) MCP Server
io.github.lukisch/open-compute-mcp
What is the open-compute (computer-use) MCP server?
Model-agnostic computer-use MCP: screenshot, safety-gated actions, Windows UIA targeting.
How to install open-compute (computer-use)
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": {
"open-compute-mcp": {
"command": "npx",
"args": [
"-y",
"open-compute-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"open-compute-mcp": {
"command": "npx",
"args": [
"-y",
"open-compute-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"open-compute-mcp": {
"command": "npx",
"args": [
"-y",
"open-compute-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"open-compute-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"open-compute-mcp"
]
}
}
}Claude Code
claude mcp add open-compute-mcp -- npx -y open-compute-mcpRelated MCP servers
BACH FileCommander
Active
43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export.
4
View repository →JavaScript
MIT
BACH CodeCommander
Active
17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex.
3
View repository →TypeScript
MIT
n8n Manager MCP
Active
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
2
View repository →TypeScript
MIT