- Weeklyplanner
Weeklyplanner
MCP Server for WeeklyPlanner — 16 atomic tools for AI-powered task management. Manage tasks, groups, settings, and stats through natural language via any MCP-compatible client.
Overview
Features
16 atomic tools — AI reads field descriptions and composes workflows on its own.
Tasks (6 tools)
- list_tasks — Filter by date, date range, completion, group, tag, search
- get_task — Get a single task with all fields
- create_task — Create with title, date, time block, priority, tags, recurrence
- update_task — Update any field
- delete_task — Delete by ID
- batch_update_tasks — Update up to 50 tasks at once
Groups (4 tools)
- list_groups / create_group / update_group / delete_group
Settings & Profile (4 tools)
- get_user_profile / update_user_profile / get_settings / update_settings
Read-Only (2 tools)
- get_subscription — Subscription status and plan details
- get_stats — Task statistics with optional date range
Setup
- Get your API key from weeklyplanner.cc → Settings → API Keys
- Set WEEKLYPLANNER_API_KEY in your MCP client config
Example Prompts
- "Move all incomplete tasks from today to tomorrow"
- "Show me what I have this week"
- "Create a recurring task for gym every Mon/Wed/Fri at 7am"
- "What's my completion rate this month?"
Server Config
{
"mcpServers": {
"weeklyplanner": {
"command": "npx",
"args": [
"-y",
"weeklyplanner-mcp"
],
"env": {
"WEEKLYPLANNER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Project Info
Created At
2 months agoUpdated At
2 months agoAuthor Name
BBS6215Star
-Language
-License
-Recommend Servers
View AllShippo
@Shippo
21 hours ago
Filesystem
@modelcontextprotocol
2 months ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago