Native governed MCP server for Windows. Windows service, WiX MSI, tray application, Event Log audit sink.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"winmcp": {
"command": "cargo",
"args": [
"run",
"--",
"WinMCP"
]
}
}
}
Run in terminal:
claude mcp add winmcp cargo run -- WinMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"winmcp": {
"command": "cargo",
"args": [
"run",
"--",
"WinMCP"
]
}
}
}