PluginBench
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-mcp

Related MCP servers

43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export.

4
JavaScript
MIT
View repository →

17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex.

3
TypeScript
MIT
View repository →

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

2
TypeScript
MIT
View repository →