comet-notes-mcp
v0.1.2
Published
MCP server for Comet Notes — read, create, search, and manage notes from any AI assistant
Readme
comet-mcp
MCP server for Comet Notes — read, create, search, and manage your notes from any AI assistant that supports the Model Context Protocol.
Prerequisites
The Comet desktop app must be installed and run at least once to create the local database.
Installation
Claude Code
claude mcp add comet-mcp -- npx comet-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"comet-mcp": {
"command": "npx",
"args": ["comet-mcp"]
}
}
}Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"comet-mcp": {
"command": "npx",
"args": ["comet-mcp"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| list_notes | Query notes with filtering, sorting, and pagination |
| read_note | Load a single note by ID with full markdown |
| search_notes | Full-text search across all notes |
| list_notebooks | List all notebooks with note counts |
| list_tags | List or search tags by frequency |
| get_stats | Note and notebook statistics |
| create_note | Create a new note |
| update_note | Update a note's markdown content |
| create_notebook | Create a new notebook |
| archive_note | Archive a note (reversible) |
| restore_note | Restore from archive |
| trash_note | Move to trash (reversible) |
| restore_from_trash | Restore from trash |
| pin_note / unpin_note | Pin or unpin a note |
| assign_notebook | Assign a note to a notebook or remove it |
Flags
--dev— Use the development database instead of production
License
MIT
