Skip to content

my-mcp-hub/computer-mcp-server

Repository files navigation

Computer MCP Server

A computer mcp server

Setup

Usage

To use with Desktop APP, such as Claude, VSCode, Cline, Cherry Studio, Cursor, and so on, add the MCP server config below.

On Mac system:

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

On Window system:

{
  "mcpServers": {
    "computer-mcp-server": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "computer-mcp-server"
      ]
    }
  }
}

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks