cleanshot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cleanshot-mcpTake a fullscreen screenshot and copy it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CleanShot MCP Server (Unofficial)
Control CleanShot X from any MCP-compatible AI assistant with simple commands like "take a screenshot" or "capture this area".
Built with the Model Context Protocol (MCP) - a standard for connecting AI assistants to external tools. Works with Amp, Claude Desktop, and other MCP-compatible applications.
Requirements
macOS
CleanShot X installed and running
⚙️ Settings > Advanced > API > ☑️ Allow applications to control CleanShot X
Node.js 18+
Related MCP server: Screen View MCP
Quick Start
1. Install the MCP Server
# Option 1: Use without installing (recommended)
npx cleanshot-mcp
# Option 2: Install globally
npm install -g cleanshot-mcp2. Configure Your MCP Client
Add this to your MCP client configuration:
{
"amp.mcpServers": {
"cleanshot": {
"command": "npx",
"args": ["cleanshot-mcp"],
"env": {}
}
}
}3. Start Using It
Simply tell your AI assistant:
"Take a fullscreen screenshot and copy it"
"Capture this area: x: 100, y: 100, width: 500, height: 300"
"Open CleanShot settings"
Examples
Natural Language Commands:
Command | What It Does |
"Take a fullscreen screenshot and copy it" | Captures entire screen and copies to clipboard |
"Capture this area: x: 100, y: 100, width: 500, height: 300" | Captures specific screen region |
"Open CleanShot settings" | Opens CleanShot preferences |
"Extract text from this area" | Uses OCR to extract text from screen region |
Available Tools
This MCP server provides 17 CleanShot tools including:
Screenshots: Area capture, fullscreen, window capture, self-timer
Recording: Screen recording with custom areas
Text Extraction: OCR from any screen region
Annotation: Open annotation tools for images
Management: History, settings, desktop icon control
🔧 View Complete Tool List | 📕 API Reference
Development
Building
npm run buildDevelopment Mode
npm run devTesting
Make sure CleanShot is installed and running, then test individual commands:
# Test basic functionality
node dist/index.jsContributing
Fork the repository
Create a feature branch
Make your changes
Submit a pull request
Support
Issues with this MCP server: Open a GitHub issue
MCP protocol questions: MCP Documentation
PleaseDO NOT contact CleanShot support for problems with this MCP server. This is an unofficial integration created by fans of their product.
⭐ Star this repo if you find it useful!
Created with Amp by Sourcegraph
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables Claude to see and interact with any macOS application using natural language commands. Perfect for testing Mac applications, UI automation, and app development with AI assistance.Last updated32
- AlicenseDqualityDmaintenanceEnables AI assistants to capture and analyze screenshots using Claude Vision API, providing AI-powered insights about desktop interface content, UI elements, and visual layouts.Last updated2222MIT
- AlicenseAqualityDmaintenanceEnables AI agents to capture and analyze screenshots of macOS applications, windows, or the entire screen using local (Ollama) or cloud-based AI vision models, with non-intrusive, fast screen capture via Apple's ScreenCaptureKit.Last updated362MIT
- Alicense-qualityDmaintenanceEnables AI assistants to automate macOS desktop tasks including mouse control, keyboard input, screenshots, window management, and UI interaction.Last updated23415MIT
Related MCP Connectors
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdorfman/cleanshot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server