Inkdrop MCP Server
Installation
- Set up a local HTTP server
- Add server config to Claude Desktop:
Components
Tools
- `read-note`: Retrieve the complete contents of the note by its ID from the database.
- `search-notes`: List all notes that contain a given keyword.
- `list-notes`: List all notes in a specified notebook.
- `create-note`: Create a new note in the database.
- `update-note`: Update an existing note in the database.
- `list-notebooks`: Retrieve a list of all notebooks.
- `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
- Set up a local HTTP server
- Add server config to Claude Desktop:
Components
Tools
- `read-note`: Retrieve the complete contents of the note by its ID from the database.
- `search-notes`: List all notes that contain a given keyword.
- `list-notes`: List all notes in a specified notebook.
- `create-note`: Create a new note in the database.
- `update-note`: Update an existing note in the database.
- `list-notebooks`: Retrieve a list of all notebooks.
- `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: