inkdrop.com
inkdrop.com logo

Inkdrop

Integrates with Inkdrop's note-taking application to enable searching, reading, creating, and updating Markdown notes di...

Created byApr 22, 2025

Inkdrop MCP Server

Installation

  1. Set up a local HTTP server
  1. Add server config to Claude Desktop:

Components

Tools

  1. `read-note`: Retrieve the complete contents of the note by its ID from the database.
  1. `search-notes`: List all notes that contain a given keyword.
  1. `list-notes`: List all notes in a specified notebook.
  1. `create-note`: Create a new note in the database.
  1. `update-note`: Update an existing note in the database.
  1. `list-notebooks`: Retrieve a list of all notebooks.
  1. `list-tags`: Retrieve a list of all tags.

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via `npm` with this command:
Be sure that environment variables are properly configured.
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
You can also watch the server logs with this command:

Inkdrop MCP Server

Installation

  1. Set up a local HTTP server
  1. Add server config to Claude Desktop:

Components

Tools

  1. `read-note`: Retrieve the complete contents of the note by its ID from the database.
  1. `search-notes`: List all notes that contain a given keyword.
  1. `list-notes`: List all notes in a specified notebook.
  1. `create-note`: Create a new note in the database.
  1. `update-note`: Update an existing note in the database.
  1. `list-notebooks`: Retrieve a list of all notebooks.
  1. `list-tags`: Retrieve a list of all tags.

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via `npm` with this command:
Be sure that environment variables are properly configured.
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
You can also watch the server logs with this command: