Sequential Thinking MCP Server
Dynamic problem-solving through sequential thought chains
OS-agnostic, model-agnostic desktop automation server. Gives any AI agent eyes, hands, and ground-truth verification on Windows, macOS, and Linux.
{
"mcpServers": {
"clawdcursor": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
OS-agnostic, model-agnostic desktop automation server. Gives any AI agent eyes, hands, and ground-truth verification on Windows, macOS, and Linux.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 1 days ago. 190 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Clawdcursor and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
OS-level desktop automation server. Gives any AI model eyes, hands, and ears on a real computer.
Model-agnostic · Works with Claude, GPT, Gemini, Llama, or any tool-calling model · Free with local models
Website · Discord · Quick Start · Connect · API · Changelog
A vision-first alternative to the legacy cascade, opt in with --v2:
clawdcursor start --v2
UNVERIFIED_SUCCESS.src/v2/platform/{macos,windows,linux}.ts behind one interface. Replaces 142+ scattered if (IS_MAC) branches across 34 files. Adding a new OS is a single file.clawdcursor start (no flag) behaves exactly as before. Zero breaking changes.Full history in CHANGELOG.md.
Clawd Cursor is a tool server. It wraps your desktop as 42 callable tools: mouse, keyboard, screen, windows, browser. Any AI that can call functions can use it.
Your AI → "Click the Send button" → find_element + mouse_click
Your AI → "What's on screen?" → desktop_screenshot + read_screen
Your AI → "Open Chrome to gmail" → open_app + navigate_browser
No app-specific integrations. No per-service API keys. If it's on screen, clawdcursor can interact with it.
Windows
powershell -c "irm https://clawdcursor.com/install.ps1 | iex"
clawdcursor start
macOS
curl -fsSL https://clawdcursor.com/install.sh | bash
clawdcursor grant # grant Accessibility + Screen Recording permissions
clawdcursor start
Linux
curl -fsSL https://clawdcursor.com/install.sh | bash
clawdcursor start
First run auto-detects your AI provider from environment variables. Or be explicit:
clawdcursor start --provider anthropic --api-key sk-ant-...
clawdcursor start --provider gemini # GEMINI_API_KEY in env
clawdcursor start # free with Ollama
See docs/MACOS-SETUP.md for macOS permission setup.
Three modes. Same 42 tools.