{"id":4648,"slug":"inkdropapp/mcp-server","name":"Inkdrop","description":"Interact with the local Inkdrop note-taking app database via its HTTP API.","category":"productivity","github":"https://github.com/inkdropapp/mcp-server","homepage":"","server_url":"","transport":"stdio","install":[{"cmd":"npx @modelcontextprotocol/inspector","imports":[]}],"tools":[{"name":"read-note","description":"Retrieve the complete contents of the note by its ID from the database."},{"name":"search-notes","description":"List all notes that contain a given keyword."},{"name":"list-notes","description":"List all notes with specified conditions."},{"name":"create-note","description":"Create a new note in the database."},{"name":"update-note","description":"Update an existing note in the database. Only the fields you provide will be updated; omitted fields remain unchanged."},{"name":"patch-note","description":"Update the body of an existing note by performing an exact string replacement. More efficient than update-note for small edits to large notes as it saves tokens."},{"name":"list-notebooks","description":"Retrieve a list of all notebooks."},{"name":"read-book","description":"Retrieve a single notebook by its ID."},{"name":"list-tags","description":"Retrieve a list of all tags."},{"name":"read-tag","description":"Retrieve a single tag by its ID."},{"name":"create-tag","description":"Create a new tag in the database."},{"name":"update-tag","description":"Update an existing tag in the database."}],"env_vars":["INKDROP_LOCAL_SERVER_URL"],"auth_type":"none","official":false,"stars":54,"status":"active","source":"mcpservers.org","created_at":"2026-05-25T11:34:34.437495+00:00","updated_at":"2026-05-28T09:18:46.810682+00:00","tags":[],"path":"inkdrop"}