inkdropapp-mcp-server

inkdropapp-mcp-server

0

The Inkdrop MCP Server is a Model Context Protocol server designed to interface with the Inkdrop Local HTTP Server API. It provides tools for managing notes and notebooks, including creating, updating, and listing notes, as well as advanced search capabilities. The server offers a comprehensive solution for note database management over a local environment.

Inkdrop MCP Server

A Model Context Protocol server for the Inkdrop Local HTTP Server API.

Installation

  1. Set up a local HTTP server.
  2. Add server config to Claude Desktop for both MacOS and Windows.

Components

Tools

  • read-note: Retrieve contents of a note by ID.
  • search-notes: List notes containing a keyword, supporting advanced search.
  • list-notes: List notes with conditions including bookId, tagIds, keyword, sort and order.
  • create-note: Create a new note with specified bookId, title, and body.
  • update-note: Update an existing note with required and optional parameters.
  • list-notebooks: List all notebooks.
  • list-tags: List all tags.

Debugging

Use the MCP Inspector for effective debugging. Inspect server logs for additional information.