Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created May 18, 2026 08:54
Show Gist options
  • Select an option

  • Save ochilab/37cf3d936f0a41ca98cae031a8aecffa to your computer and use it in GitHub Desktop.

Select an option

Save ochilab/37cf3d936f0a41ca98cae031a8aecffa to your computer and use it in GitHub Desktop.
claude desktopから、todoistのmcpserverを呼び出すための設定
"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