Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Jira MCP Server
  • MCP Apple Reminders
  • Kintone MCP Server
  • Azure Cosmos DB MCP Server
  • AGE-MCP-Server
Back to MCP Servers
Notes MCP

Notes MCP

Public
krasun/notes-mcp

An MCP server that enables AI assistants like Claude to access and manipulate Apple Notes on macOS, allowing for retrieving, creating, and managing notes through natural language interactions.

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

Notes MCP

An MCP server that connects with your Apple Notes on macOS.

Claude Usage Example

Supported Tools

  • notes-get-folders: Get all folders.
  • notes-get-notes: Get all notes in a folder.
  • notes-create-note: Create a new note with title and content.
  • notes-get-note-by-id: Get a note by its identifier.
  • notes-get-note-by-title: Find a note by exact match of title.
  • notes-get-note-count: Get the total number of notes.

Usage

Build it

Always install dependencies and build it first:

npm install && npm run build

With Claude for Desktop

Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json:

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

And check it is running in Claude settings:

Claude MCP Settings

With Cursor

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

And then check Cursor MCP settings:

Cursor MCP Settings

Standalone or for other projects

node dist/index.js

License

Notes MCP is licensed under the MIT License.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Jira MCP Server
    Jira MCP Server

    A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowi...

    Added May 30, 2025
  • MCP Apple Reminders
    MCP Apple Reminders

    A Model Context Protocol server that enables AI assistants to interact with Apple Reminders on macOS...

    Added May 30, 2025
  • Kintone MCP Server
    Kintone MCP Server

    A Model Context Protocol server that enables Claude and other AI assistants to access and update Kin...

    25 tools
    Added May 30, 2025
  • Azure Cosmos DB MCP Server
    Azure Cosmos DB MCP Server

    A server that enables LLMs like Claude to interact with Azure Cosmos DB databases through natural la...

    Added May 30, 2025
  • AGE-MCP-Server
    AGE-MCP-Server

    An MCP server that provides natural language interaction with Apache AGE graph databases, allowing u...

    Added May 30, 2025