Skip to main content
Glama

Todoist MCP

by Doist
{ "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.0.2", "@modelcontextprotocol/sdk": "1.13.3" }, "devDependencies": { "@biomejs/biome": "2.0.6", "@types/node": "22.16.0", "husky": "9.1.7", "lint-staged": "16.1.2", "typescript": "5.8.3" }, "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