Productivity
framezone.app
An MCP server for task management that lets you create, list, update, complete, and delete tasks with projects, priorities, due dates, recurrence, and top-3 filtering.
ENDPOINT 1
https://framezone.app/mcp
MCP server metadata
- Name
- Framezone
- Version
- 2.3.0
Known tools 62
list_tasksList tasks, optionally filtered by status, priority, project, or top3 flag.
Inferred read-onlycreate_taskCreate a new task with optional project, priority, due date, and recurrence.
Potential side effectslist_habitsList active habits with the value logged and done status for a date, plus current streaks.
Inferred read-onlyupdate_goalUpdate a goal: change status, progress, toggle milestones, or add a progress note.
Potential side effectscreate_projectCreate a new project with tier (A/B/C), optional goal link, and target date.
Potential side effectsupdate_projectUpdate a project: change name, tier, status, goal link, or target date.
Potential side effectsget_daily_entryGet the daily journal entry for a date: mood, energy, focus, morning/evening notes.
Inferred read-onlyupdate_daily_entryUpdate the daily journal: set mood (1-5), energy (1-5), focus text, morning/evening notes.
Potential side effectsupdate_bookUpdate a book: change status, rating, notes, or update reading progress (current page).
Potential side effectsadd_bookmarkSave a bookmark URL with optional title, description, category, and tags.
Inferred read-onlylist_categoriesList transaction categories with type (income/expense) and monthly budget.
Inferred read-onlyadd_transactionAdd a financial transaction (income or expense) to an account with optional category.
Inferred read-onlylist_subscriptionsList active subscriptions with amounts, frequency, and next billing date.
Inferred read-onlylog_focus_sessionLog a completed focus/pomodoro session with duration, project, and task link.
Inferred read-onlyget_focus_summaryGet focus time summary: total minutes, sessions, and breakdown by project for a date range.
Inferred read-onlylog_nutritionLog a day of nutrition — day totals plus optional food-by-food line items.
Inferred read-onlylist_exercisesThe movement catalog: canonical names, muscle groups and the aliases that resolve to them.
Inferred read-onlyget_fitness_summaryCurrent fitness state: weight trend vs target rate, waist thresholds, nutrition averages vs macro targets, training frequency and volume, plus which days are missing data.
Inferred read-onlydelete_workout_setsRemove sets from a session without touching the session itself.
Potential side effectsadd_wishlist_itemAdd an item to the wishlist with price range, priority, and optional URL.
Inferred read-onlyupdate_wishlist_itemUpdate a wishlist item — mark it purchased or cancelled, change priority, price or notes.
Potential side effectslist_achievementsList all achievements: unlocked and locked, with descriptions and unlock dates.
Inferred read-onlyget_user_memoriesGet the user's AI memory entries — personal facts, preferences, and context that personalize AI responses.
Inferred read-onlysearchSearch the user's Framezone data by keyword: tasks, projects, notes, bookmarks, books and goals.
Inferred read-onlyweekly_summaryGet a comprehensive weekly review: tasks, habits, mood/energy, portfolio, books, focus time.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.framezone]
url = "https://framezone.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"framezone": {
"type": "http",
"url": "https://framezone.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: framezone
Remote MCP URL: https://framezone.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"framezone": {
"url": "https://framezone.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"framezone": {
"type": "http",
"url": "https://framezone.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "framezone",
"transport": "streamable-http",
"url": "https://framezone.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.