Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"simplenote": {
"env": {
"SIMPLENOTE_EMAIL": "your.email@example.com",
"SIMPLENOTE_PASSWORD": "your-password"
},
"command": "simplenote-mcp-server",
"description": "Access and manage your Simplenote notes"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A lightweight MCP server that integrates Simplenote with Claude Desktop using the MCP Python SDK.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@docdyhr/simplenote-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @docdyhr/simplenote-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
a self-hosted project management & Kanban solution + Instant shareable boards
All-in-one local AI hub for Obsidian — LLM chat with vault tools, MCP servers, RAG, workflow automation, encryption, and edit history. Fully private, no cloud required.
MCP Security Weekly
Get CVE alerts and security updates for Simplenote Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

A lightweight MCP server that integrates Simplenote with Claude Desktop using the MCP Python SDK.
This allows Claude Desktop to interact with your Simplenote notes as a memory backend or content source.
26 Tools — Full Bear Parity + Simplenote Differentiators + Claude Companion Tools
Two new irreversible-deletion tools with mandatory safety guards:
permanent_delete_note: Permanently destroy a single note; requires confirm=true; dry-run preview by defaultempty_trash: Permanently delete all trashed notes; defaults to dry_run=true (preview); requires dry_run=false AND confirm=truesearch_notes async fix: Boolean AND queries no longer hang the server; search now runs in a thread-pool executor with a 30 s timeoutpublish_note: Publish a note to a public URL — unique to Simplenote MCP; returns public_urlunpublish_note: Remove a note from public access; no-op if already unpublishedSee the CHANGELOG for complete details.
See the CHANGELOG for complete details.