computer-use-mcp-server

yossifibrahem/computer-use-mcp-server
★ 0 stars TypeScript 📁 File System Updated today
An MCP server that faithfully replicates Claude's four built-in computer-use tools — view, create_file, str_replace, and bash_tool — as standard MCP tools any LLM client can call.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "computer-use-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "yossifibrahem/computer-use-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP server that faithfully replicates Claude's four built-in computer-use tools — **`view`**, **`create_file`**, **`str_replace`**, and **`bash_tool`** — as standard MCP tools any LLM client can call. Reverse-engineered from live tool behaviour, verified with a 57-test suite (0 failures). --- Read a file or list a directory.

Tools (12)

commanddescriptionexportfile_textnew_strold_strpathreturncodestderrstdoutviewview_range

Topics

bashchatbotcomputer-usefilesystemmcp