What is the Os Automation Mcp MCP server?
MCP server for OS Automation
How to install Os Automation Mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"os_automation_mcp": {
"url": "https://os-automation-mcp.mcpize.run/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"os_automation_mcp": {
"serverUrl": "https://os-automation-mcp.mcpize.run/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"os_automation_mcp": {
"type": "http",
"url": "https://os-automation-mcp.mcpize.run/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"os_automation_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://os-automation-mcp.mcpize.run/mcp"
]
}
}
}Claude Code
claude mcp add --transport http os_automation_mcp https://os-automation-mcp.mcpize.run/mcpRelated MCP servers
Transform your data analysis with our Data Compute & Stats Bot. Effortlessly calculate descriptive
View repository →