Cleanshot
FreeNot checkedEnables AI assistants to control CleanShot X for screenshots, recordings, OCR, and annotations via natural language commands.
About
Enables AI assistants to control CleanShot X for screenshots, recordings, OCR, and annotations via natural language commands.
README
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+
Quick Start
1. Install the MCP Server
# Option 1: Use without installing (recommended)
npx cleanshot-mcp
# Option 2: Install globally
npm install -g cleanshot-mcp
2. 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 build
Development Mode
npm run dev
Testing
Make sure CleanShot is installed and running, then test individual commands:
# Test basic functionality
node dist/index.js
Contributing
- 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
[!IMPORTANT] Please DO 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
Install Cleanshot in Claude Desktop, Claude Code & Cursor
unyly install cleanshot-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add cleanshot-mcp -- npx -y cleanshot-mcpFAQ
Is Cleanshot MCP free?
Yes, Cleanshot MCP is free — one-click install via Unyly at no cost.
Does Cleanshot need an API key?
No, Cleanshot runs without API keys or environment variables.
Is Cleanshot hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cleanshot in Claude Desktop, Claude Code or Cursor?
Open Cleanshot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Cleanshot with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
