{ "name": "@automattic/simplenote-mcp", "version": "2.0.1", "description": "MCP server for reading Simplenote notes across macOS, Linux, and Windows", "type": "module", "main": "dist/server.js", "bin": { "simplenote-mcp": "dist/server.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "mcpName": "io.github.Automattic/simplenote-mcp", "scripts": { "start": "node dist/server.js", "build": "tsc && shx chmod +x dist/server.js", "typecheck": "tsc --noEmit", "prepare": "npm run build", "inspect": "npx @modelcontextprotocol/inspector node dist/server.js", "test": "node --import tsx --test \"tests/**/*.test.ts\"" }, "keywords": [ "mcp", "simplenote", "notes", "claude", "model-context-protocol" ], "author": "Mark Biek", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Automattic/simplenote-mcp.git" }, "homepage": "https://github.com/Automattic/simplenote-mcp#readme", "bugs": { "url": "https://github.com/Automattic/simplenote-mcp/issues" }, "engines": { "node": ">=22.0.0" }, "dependencies": { "@automattic/node-tracks": "^0.6.1", "@modelcontextprotocol/sdk": "^1.25.3", "fast-xml-parser": "^5.3.4", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^22.10.0", "shx": "^0.4.0", "tsx": "^4.21.0", "typescript": "^5.7.0" } }