Back to Home
Automaat icon

drafts-mcp

Verified Safe

by Automaat

Overview

Enables Claude to interact with Drafts notes on macOS by providing tools for creating, retrieving, searching, modifying, and opening drafts.

Installation

Run Command
node /path/to/drafts-mcp/build/index.js

Security Notes

The server uses `child_process.execFile` to interact with the Drafts app via URL schemes (`open` command) and directly with the local SQLite database (`sqlite3` command). While input sanitization (`encodeURIComponentSafe` for URLs and `replace(/'/g, "''")` for SQL queries) is implemented, the use of external execution commands inherently carries a risk if the sanitization were to be bypassed or if the underlying commands themselves had unpatched vulnerabilities. However, given the context of a local-only tool integration for a specific app, this approach is standard and seems reasonably secured for its intended purpose. No hardcoded secrets or arbitrary code execution (`eval`) were found.

Similar Servers

Stats

Interest Score26
Security Score7
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-11-19

Tags

macOSNote-takingAutomationTool IntegrationDrafts App