Inkdrop MCP Server

Official
{ "name": "@inkdropapp/mcp-server", "version": "1.0.0", "description": "Inkdrop Model Context Protocol Server", "bin": { "inkdrop-mcp-server": "dist/index.js" }, "scripts": { "start": "bun src/index.ts", "build": "tsc && chmod +x dist/*.js", "prepublishOnly": "npm run build", "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/inkdropapp/mcp-server.git" }, "keywords": [ "Inkdrop", "MCP", "Claude" ], "author": "Takuya Matsuyama<contact@inkdrop.app>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "ajv": "^8.17.1", "inkdrop-model": "^2.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.9", "prettier": "^3.5.3", "typescript": "^5.8.2" } }