Habitify Connector for AI agents.
10 live capabilities
Track daily habits and personal growth goals through natural conversation.
Waiting for input…
Why people use Habitify
Habitify for Automated Habit Tracking
This Connector removes that friction. You just tell your AI agent what you did, and it handles the rest. You get a consistent record of your progress without ever having to leave your current workspace.
What Vinkius changes
You get to manage your personal growth habits through conversation instead of manual app navigation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Logging workout sets after the gym
A user finishes a workout and tells their agent to log 3 sets of 10 squats using add_habit_log, avoiding the need to find the workout in a mobile app.
- Real-world use case 02
Reviewing monthly meditation consistency
A user asks their agent to show their meditation stats for the last 30 days using get_habit_stats to see if they met their goal.
- Real-world use case 03
Starting a new hydration goal
A user decides to drink more water and tells their agent to create a new daily goal using create_habit so they can start tracking it immediately.
Complete set · 10capabilities
The complete Habitify capability set.
These are the exact actions your AI can choose when you ask it to work with Habitify.
01—04
4 capabilities in this set.
Part of 10 available through Habitify.
- 01 Capability
Add habit log
Record progress like reps or minutes for a specific habit. This helps you keep your data accurate without manual entry.
- 02 Capability
Get habit
View the full details of a specific habit. This lets you see the current status of any goal you track.
- 03 Capability
Get habit stats
Pull performance data for a habit over a custom date range. Use this to see your progress over weeks or months.
- 04 Capability
List areas
See all your habit categories like Health or Mindset. Use this to organize your goals by focus area.
05—07
3 capabilities in this set.
Part of 10 available through Habitify.
- 05 Capability
Create habit
Add a new habit to your tracker immediately. Use this to start a new goal as soon as you think of it.
- 06 Capability
Delete habit
Remove a habit from your account permanently. Use this to clean up your tracker when a goal is finished.
- 07 Capability
Get journal
See your completion status for any specific date. This is great for checking what you finished yesterday.
08—10
3 capabilities in this set.
Part of 10 available through Habitify.
- 08 Capability
List habits
Get a full list of every habit you're tracking. This gives your agent a complete view of your current goals.
- 09 Capability
List habit logs
View every entry ever recorded for a specific habit. This lets you see your entire history for one goal.
- 10 Capability
Update habit
Change the details of an existing habit. Use this to tweak your goals as your routine evolves.
Set up in minutes
One URL. Then ask Habitify to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Habitify from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sEaEfOw3eHf8gYhROrQhxITDjnqojwV1OrknEEFT/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Habitify, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Habitify for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sEaEfOw3eHf8gYhROrQhxITDjnqojwV1OrknEEFT/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Habitify URL.
- Step 03
Save and start
Save the connection and enable Habitify in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"habitify": {
"url": "https://edge.vinkius.com/vk_preview_sEaEfOw3eHf8gYhROrQhxITDjnqojwV1OrknEEFT/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Habitify
Open Agent mode in chat and ask: "Using Habitify, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"habitify": {
"url": "https://edge.vinkius.com/vk_preview_sEaEfOw3eHf8gYhROrQhxITDjnqojwV1OrknEEFT/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Habitify
Ask Copilot: "Using Habitify, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"habitify": {
"url": "https://edge.vinkius.com/vk_preview_sEaEfOw3eHf8gYhROrQhxITDjnqojwV1OrknEEFT/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Habitify
Open Cascade and ask: "Using Habitify, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"habitify": {
"url": "https://edge.vinkius.com/vk_preview_sEaEfOw3eHf8gYhROrQhxITDjnqojwV1OrknEEFT/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Habitify
Ask Cline: "Using Habitify, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add habitify --transport http "https://edge.vinkius.com/vk_preview_sEaEfOw3eHf8gYhROrQhxITDjnqojwV1OrknEEFT/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Habitify
Ask Claude: "Using Habitify, show me...". 10 tools are ready
Where the request belongs
Work Habitify can move forward.
This is for people who want to build better routines but hate the friction of manual logging. It's for high-performers who need to stay on track without opening another app.
Fitness Enthusiast
Logs gym sets and reps immediately after a workout without hunting for the right entry screen.
Remote Worker
Tracks deep work blocks and hydration goals while staying inside their primary workspace.
Productivity Coach
Quickly pulls up client progress reports during weekly check-ins to see consistency trends.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBeeminder
Commit to your goals via Beeminder. track progress, add datapoints, and monitor your road status directly from any AI agent.
Lunatask
Manage tasks, habits, and notes via the Lunatask REST API (Encrypted Metadata Only).
Reclaim.ai
Equip your AI to directly manage tasks, habits, and scheduling links via your smart Reclaim.ai calendar assistant.
Structured
Connect your AI to Structured. Programmatically manage your daily planner, tasks, and routines seamlessly directly from your terminal.
Digital Wellness Boundary Setter
Establish healthy digital habits with personalized notification schedules, social media limits, and a digital sunset time.
Sunsama
Connect your AI to Sunsama. Actively manage your day, orchestrate tasks, and balance your work natively from the terminal.
Bring your own AI
Change the model, client or framework. Keep Habitify connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Habitify.
The practical details behind the request, access and result.
How does Habitify MCP help me stay consistent?
It makes logging effortless by letting you use voice or text commands to record your progress. You don't have to open a separate app, which removes the biggest barrier to staying consistent.
Can I use Habitify MCP to log my gym workouts?
Yes, you can use the capability to record specific progress like reps, weights, or minutes for your fitness habits as soon as you finish your workout.
Does Habitify MCP work with my existing Habitify account?
Yes, it connects directly to your existing Habitify account using your unique API key, so all your data stays in one place.
Can I see my progress stats through the AI?
Yes, you can ask your agent to pull up stats for any habit over any date range, giving you a clear look at your long-term trends.
How do I add a new habit using Habitify MCP?
Just tell your AI agent to create a new habit. It will handle the setup for you automatically so you can start tracking it right away.
Can I see what I did yesterday with Habitify MCP?
Yes, you can ask the agent to check your journal for any specific date to see which habits you completed and which ones you missed.
How do I find my Habitify API Key?
Open the Habitify mobile app, go to Settings > API Credentials (or Settings > Account > API), and tap Generate New Key. Note that API access may require a premium subscription.
Can I record progress for my habits via the AI agent?
Yes! Use the add_habit_log capability. You can specify the habit ID and the value you want to record (e.g., '10 reps' or '30 minutes').
Does the integration support viewing statistics?
Yes, you can use the get_habit_stats capability to retrieve performance data for any habit within a specific date range, helping you analyze your consistency.
Can I create new habits through this integration?
Yes! The create_habit capability allows you to add new habits to your Habitify account directly from your conversational interface.
One connection away
Give your agent a direct line to Habitify.
Connect Habitify once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available