Created
May 18, 2026 08:54
-
-
Save ochilab/37cf3d936f0a41ca98cae031a8aecffa to your computer and use it in GitHub Desktop.
claude desktopから、todoistのmcpserverを呼び出すための設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "mcpServers": { | |
| "todoist": { | |
| "command": "npx", | |
| "args": ["-y", "todoist-mcp"], | |
| "env": { | |
| "API_KEY": "************" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment