Todoist MCP Server

by Chrusic
Verified
{ "name": "@chrusic/todoist-mcp-server-extended", "version": "0.2.5", "description": "Todoist MCP Server Extended, made to be efficient to use for an LLM's like Claude.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "mcp-server-todoist": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/Chrusic/todoist-mcp-server-extended.git" }, "keywords": [ "mcp", "todoist", "claude", "ai", "task-management", "project-management", "modelcontextprotocol", "label-management" ], "author": "Chrusic", "license": "MIT", "bugs": { "url": "https://github.com/Chrusic/todoist-mcp-server-extended/issues" }, "homepage": "https://github.com/Chrusic/todoist-mcp-server-extended#readme", "dependencies": { "@doist/todoist-api-typescript": "^3.0.3", "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^22.10.2", "shx": "^0.3.4", "typescript": "^5.7.2" }, "directories": { "doc": "doc" } }