Skip to main content
Glama

Todoist MCP

by Doist
package.json1.24 kB
{ "name": "todoist-mcp", "version": "1.0.2", "main": "index.js", "type": "module", "bin": { "todoist-mcp": "./bin/index.js" }, "scripts": { "build": "npm run build-tsc && npm run permissions", "build-tsc": "npx tsc", "permissions": "node -e \"require('fs').chmodSync('build/index.js', '755')\"", "format": "biome check --write", "prepare": "husky || true && npm run build" }, "keywords": [ "ai", "todoist", "productivity", "model-context-protocol", "claude", "task-management", "project-management" ], "author": "David Miotti", "license": "MIT", "description": "Connect this [Model Context Protocol](https://modelcontextprotocol.io/introduction) server to your LLM to interact with Todoist.", "dependencies": { "@doist/todoist-api-typescript": "5.5.0", "@modelcontextprotocol/sdk": "1.18.0" }, "devDependencies": { "@biomejs/biome": "2.2.4", "@types/node": "22.18.4", "husky": "9.1.7", "lint-staged": "16.1.6", "typescript": "5.9.2" }, "lint-staged": { "*.{js,ts,json}": ["biome check --write"] } }

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/Doist/todoist-mcp'

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