← Browse

@mbmccormick/things-mcpb

MCP server package things-mcpb

mcp_servermcp

Install

agr install @mbmccormick/things-mcpb --target claude

This artifact does not publish files for Claude.

Document

{ "name": "things-mcpb", "version": "1.5.2", "type": "module", "description": "Claude Desktop Extension for Things, the award-winning personal task manager", "main": "server/index.js", "scripts": { "start": "npm run build && node server/index.js", "dev": "npm run build && DEBUG=true node server/index.js", "build": "node jxa/build.js", "build:watch": "nodemon --watch jxa/src --exec 'npm run build'", "setup": "./setup.sh", "package": "npm run build && rm -rf node_modules/esbuild node_modules/@esbuild node_modules/@anthropic-ai/mcpb && npx @anthropic-ai/mcpb pack . && npm ci", "validate": "node -c server/index.js && node -c server/utils.js && node -c server/tool-definitions.js && node -c server/server-config.js && node -c server/response-formatter.js && node -c server/jxa-executor.js && node -c jxa/build.js", "test": "node test/run-tests.js", "test:unit": "find test/unit -name '.test.js' -exec node {} \;", "test:integration": "find test/integration -name '.test.js' -exec node {} \;", "test:regression": "find test/regression -name '*.test.js' -exec node {} \;", "test:watch": "nodemon --watch test --watch server --watch jxa/src --exec 'npm test'" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/mbmccormick/things-mcpb.git" }, "homepage": "https://github.com/mbmccormick/things-mcpb", "bugs": { "url": "https://github.com/mbmccormick/things-mcpb/issues" }, "author": { "name": "Matt McCormick", "email": "matt@mbmccormick.com", "url": "https://github.com/mbmccormick" }, "license": "MIT", "keywords": [ "claude", "desktop", "extension", "things", "tasks", "productivity", "todo", "project management", "jxa", "javascript-for-automation" ], "devDependencies": { "@anthropic-ai/mcpb": "^2.0.1", "esbuild": "^0.25.11" } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-105cf257bdd82026-08-05