★ 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"
]
}
}
}
Run in terminal:
claude mcp add windows-local-mcp uvx windows-local-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"windows-local-mcp": {
"command": "uvx",
"args": [
"windows-local-mcp"
]
}
}
}
Or install with pip: pip install windows-local-mcp