Simplenote

Simplenote MCP Connector for Claude

A+

Manage your Simplenote notes directly from your AI assistant. Create, search, edit, and organize plain-text notes without leaving the conversation.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI assistant to your Simplenote account for seamless note management. The Simplenote MCP enables your LLM to act as a personal note-taking assistant with full read and write access to your notes.

What you can do

  • Browse & Search — List all your notes with list_notes or find specific content using search_notes. Explore note history with get_note_version to review previous edits
  • Create & Edit — Capture ideas instantly with create_note or update existing notes using update_note, all through natural conversation
  • Organize & Clean Up — View your tag taxonomy with list_tags or permanently remove notes with delete_note

How it works

  1. Add this server to your MCP-compatible AI client
  2. Configure your SIMPLENOTE_APP_ID and SIMPLENOTE_TOKEN in the credential settings
  3. Start managing notes conversationally: "List my recent notes and search for anything mentioning 'project roadmap'"
plain-textsync-enginenote-organizationversion-historypersonal-knowledge-base

8 tools expose this connector's capabilities to your AI agent.

create_note

Provide the full text content. Creates a new note

delete_note

This action is irreversible. Permanently deletes a note

get_note_details

Retrieves details for a specific note

get_note_version

Requires note key and version number. Retrieves a specific historical version of a note

list_notes

Returns note keys and a preview of the content. Lists all notes in Simplenote

list_tags

Lists all tags used in your notes

search_notes

Searches for notes containing specific text

update_note

Requires the note key. Updates an existing note

See how to talk to your AI agent using Simplenote.

Create a new note with my meeting minutes from today.

Done! I created a new note titled 'Meeting Minutes — April 4, 2026' with the key `abc123def`. You can ask me to update it anytime.

Search my notes for anything about 'tax_2023'.

I found 1 note containing 'tax_2023'. It was last modified on March 15. Would you like me to show the full content?

Delete the note with key f1b2c3d4.

The note f1b2c3d4 has been permanently deleted. This action cannot be undone.

The `delete_note` tool performs a permanent deletion. We recommend instructing your AI agent to always confirm before executing any deletion. You can also use `get_note_version` to review note history before making changes.

Related Connectors