Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
todoist-mcp
by
stanislavlysenko0912
Verified
npm
GitHub
Note Taking
TypeScript
MIT License
230
6
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
todoist-mcp-server
src
Dockerfile
eslint.config.js
.gitignore
LICENSE.md
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "es2022", "module": "nodenext", "moduleResolution": "nodenext", "strict": true, "esModuleInterop": true, "outDir": "dist", "declaration": true, "resolveJsonModule": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist" ] }