windows-local-mcp

MrGibbage/windows-local-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated today
Local Windows MCP server for Claude Code — screenshots, clipboard, active window, toast notifications, system info
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": {
    "windows-local-mcp": {
      "command": "uvx",
      "args": [
        "windows-local-mcp"
      ]
    }
  }
}

Or install with pip: pip install windows-local-mcp