Framezone for Claude Desktop
app.framezone/framezone
Your life dashboard for AI: tasks, habits, goals, budgets, workouts, nutrition, journal, notes.
client:Claude Desktop
transport:streamable-http
tools:50
Install Framezone in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"framezone": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://framezone.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_tasks
- create_task
- update_task
- complete_task
- delete_task
- list_habits
- create_habit
- update_habit
- log_habit
- list_goals
- create_goal
- update_goal
- list_projects
- create_project
- update_project
- get_daily_entry
- update_daily_entry
- list_notes
- create_note
- delete_note
- list_books
- create_book
- update_book
- delete_book