Skip to content

DropshareApp/dropshare-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropshare MCP Server

A Model Context Protocol (MCP) server for controlling Dropshare on macOS.

Prerequisites

  • macOS with Dropshare 5.48+ installed
  • Enable integrations in Dropshare: Preferences → General → Integrations

Installation

npm install
npm run build

Usage

With Claude Desktop

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "dropshare": {
      "command": "node",
      "args": ["/path/to/dropshare-mcp/dist/index.js"]
    }
  }
}

With Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "dropshare": {
      "command": "node",
      "args": ["/path/to/dropshare-mcp/dist/index.js"]
    }
  }
}

Available Tools

Tool Description
capture_fullscreen Capture and upload a full screen screenshot
capture_selection Capture and upload a selection screenshot (user selects area)
capture_pretty Capture and upload a pretty screenshot (with window chrome and shadow)
capture_recording Start a screen recording
upload_file Upload a file at a given path
shorten_url Shorten a URL using Dropshare's configured URL shortener

Examples

Once connected, you can ask Claude to:

Development

# Install dependencies
npm install

# Build
npm run build

# Watch mode
npm run dev

License

MIT

About

Model Context Protocol (MCP) Server for Dropshare

Resources

Stars

Watchers

Forks

Contributors