Skip to main content
Glama
package.json1.74 kB
{ "name": "todoist-mcp-server", "version": "1.0.7", "description": "MCP server for Todoist API with Nango authentication", "main": "dist/server.js", "bin": { "todoist-mcp-server": "./dist/server.js", "todoist-mcp": "./bin/todoist-mcp.js" }, "files": [ "src/**/*", "bin/**/*", "smithery.yaml", "tsconfig.json" ], "scripts": { "build": "tsc && chmod +x dist/server.js && chmod +x bin/todoist-mcp.js", "build:check": "tsc --noEmit", "prepublishOnly": "npm run build", "postinstall": "npm run build || echo 'Build failed, but continuing...'", "start": "node dist/server.js", "dev": "ts-node src/server.ts", "test": "node test/test-server.js", "test:npx": "node test/test-npx-simulation.js", "test:real": "node dist/server.js", "cli": "node bin/todoist-mcp.js", "verify": "node verify.js" }, "homepage": "https://github.com/stevengonsalvez/todoist-mcp", "repository": { "type": "git", "url": "git+https://github.com/stevengonsalvez/todoist-mcp.git" }, "author": { "name": "Steven Gonsalvez", "url": "https://github.com/stevengonsalvez" }, "keywords": [ "todoist", "mcp", "model-context-protocol", "claude", "task-management", "productivity", "api", "nango", "oauth" ], "license": "MIT", "dependencies": { "@doist/todoist-api-typescript": "^5.0.2", "@modelcontextprotocol/sdk": "^1.9.0", "@types/node-fetch": "^2.6.12", "dotenv": "^16.3.1", "express": "^4.18.2", "node-fetch": "^2.7.0", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.10.4", "ts-node": "^10.9.1", "typescript": "^5.3.3" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ampcome-mcps/todoist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server