Skip to main content
Glama

Todoist MCP

by Scofieldkoh
package.json1.13 kB
{ "name": "todoist-mcp", "version": "1.0.2", "main": "index.js", "type": "module", "bin": { "todoist-mcp": "./bin/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "format": "biome check --write", "prepare": "husky" }, "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": "4.0.4", "@modelcontextprotocol/sdk": "1.11.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "22.15.3", "husky": "9.1.7", "lint-staged": "15.5.1", "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/Scofieldkoh/todoist_mcp'

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