MCP Server for Take Time — manage study blocks, activities, and schedules via AI assistants
| Tool name | Description | Destructive? |
|---|---|---|
| list_blocks | ✓ no | |
| list_subjects | ✓ no | |
| get_stats | ✓ no | |
| get_schedule | ✓ no | |
| get_heatmap | ✓ no |
| get_priorities | ✓ no | |
| create_block | ✓ no | |
| update_block | ✓ no | |
| delete_block⚠ | ⚠ yes | |
| create_subject | ✓ no | |
| list_subject_slots | ✓ no | |
| add_subject_slot | ✓ no | |
| remove_subject_slot⚠ | ⚠ yes | |
| add_subject_item | ✓ no | |
| remove_subject_item⚠ | ⚠ yes | |
| update_subject_item | ✓ no | |
| update_subject | ✓ no | |
| delete_subject⚠ | ⚠ yes | |
| toggle_block_item | ✓ no | |
| add_priority_item | ✓ no | |
| remove_priority_item⚠ | ⚠ yes | |
| move_priority_item | ✓ no | |
| get_logs | ✓ no | |
| get_settings | ✓ no | |
| update_setting | ✓ no |
{
"mcpServers": {
"taketimemcpmcp": {
"command": "npx",
"args": [
"-y",
"@taketimemcp/mcp-server"
]
}
}
}