{"slug":"inkdropapp/mcp-server","name":"Inkdrop","description":"Interact with the local Inkdrop note-taking app database via its HTTP API.","category":"productivity","tags":[],"official":false,"stars":54,"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","github":"https://github.com/inkdropapp/mcp-server","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}