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.
Server Config
{
"mcpServers": {
"weeklyplanner": {
"command": "npx",
"args": [
"-y",
"weeklyplanner-mcp"
],
"env": {
"WEEKLYPLANNER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}