Policy-first MCP server foundation for agent desktop automation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent_desktop_automa": {
"command": "npx",
"args": [
"-y",
"TasirWimp/Agent_Desktop_Automation_MCP_Server"
]
}
}
}
Run in terminal:
claude mcp add agent_desktop_automa npx -y TasirWimp/Agent_Desktop_Automation_MCP_Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent_desktop_automa": {
"command": "npx",
"args": [
"-y",
"TasirWimp/Agent_Desktop_Automation_MCP_Server"
]
}
}
}