Use Achiever inside your AI
Connect Claude, ChatGPT, Cursor, or any MCP-compatible AI to your Achiever account. Create plans, check tasks, track progress — all without leaving your AI chat.
Up and running in 3 steps
No servers to host, no code to write. Just copy a key and paste a config.
Get your API key
Sign in to Achiever and generate your personal MCP API key from your profile settings. It takes 5 seconds.
Connect your AI
Add the Achiever MCP server to your AI client — Claude Desktop, Cursor, Continue, or any MCP-compatible tool. Paste your key, you're done.
Ask anything
Talk to your AI naturally. 'Create a 30-day Python plan', 'What are my tasks today?', 'Mark subtask 42 as done' — it just works.
What your AI can do with Achiever
11 tools covering plan creation, daily tasks, progress tracking, and surgical plan editing.
Create Plan
create_planYOUR AI generates the full plan — goal, title, all subtasks with dates — then calls this tool to save it instantly. No Achiever AI pipeline used, so MCP plan creation is UNLIMITED on all plans.
List Plans
get_plansGet all your Achiever plans with progress percentages, domains, start/end dates, and IDs needed for other tools.
Today's Tasks
get_today_tasksFetch all subtasks due today across all your plans — titles, estimated time, and completion status.
Plan Subtasks
get_plan_subtasksGet all subtasks for a plan filtered by all / pending / completed / future. Call this before modifying a plan.
Plan Progress
get_plan_progressDetailed stats: completed vs pending, overdue count, days remaining, and on-track status for any plan.
Plan Resources
get_plan_resourcesGet the YouTube playlists and documentation links attached to a plan to reference or recommend them.
Complete Task
complete_subtaskMark any subtask as done without opening Achiever. Your analytics update automatically.
Add Custom Task
add_custom_taskInsert a custom subtask into any existing plan — review sessions, practice problems, extra reading, whatever the AI decides is needed.
Update Subtask
update_subtaskEdit a pending subtask's title, description, due date, or estimated time. Pass only the fields you want to change.
Delete Subtask
delete_subtaskRemove a pending subtask from a plan. Completed subtasks are protected from deletion.
Set Focus
set_plan_focusMark one plan as your focused plan so the dashboard highlights only its daily tasks. Only one plan can be focused at a time.
Setup instructions
Select your AI client below.
Setup steps
- 1Open Claude Desktop → Settings → Developer → Edit Config
- 2Add the block on the right to your claude_desktop_config.json
- 3Replace YOUR_KEY with your Achiever API key
- 4Restart Claude Desktop — the Achiever tools will appear
{
"mcpServers": {
"achiever": {
"type": "http",
"url": "https://api.achieversapp.com/achieversapp-mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}Replace YOUR_KEY with your key from achieversapp.com/profile.
https://api.achieversapp.com/achieversapp-mcpWhat to say to your AI
No commands to memorise. Just talk naturally.
“Create a 30-day plan to learn React and deploy a full-stack app”
“What are my tasks for today?”
“How is my Python learning plan going? How many days left?”
“Mark subtask 147 as complete”
“Add a review session to my ML plan for this Friday”
“Move subtask 88's due date to next Monday”
“Show me all my overdue tasks and reschedule them”
“Build me a 14-day plan to prepare for a system design interview”
“Focus me on my AWS certification plan”
“Delete the duplicate subtask from my React plan”
FAQ
Does using MCP cost extra?
No. The MCP server is completely free and included with all Achiever plans. Your AI (Claude, Cursor, etc.) does the generation work — Achiever just stores the result, so there are no AI costs on our side.
Do I need Claude specifically?
No. Any AI client that supports the MCP protocol works — Claude Desktop, Cursor, Continue, Zed, and more. The protocol is open and standardised by Anthropic.
Is my data secure?
Yes. Your API key authenticates requests and scopes all data to your account only. Generate a new key anytime from your profile to instantly revoke the old one.
Does creating a plan via MCP use my plan quota?
No — MCP plan creation is completely unlimited on all plans. Because your own AI generates the plan content (Achiever's paid 7-agent pipeline is never triggered), we don't incur any AI cost. Create as many plans as you want.
What MCP protocol version is supported?
Achiever MCP implements the 2024-11-05 Streamable HTTP transport — the version supported by Claude Desktop and most modern MCP clients.
Can I use it with ChatGPT or Gemini?
ChatGPT and Gemini don't support MCP yet (as of mid-2025). MCP is natively supported in Claude Desktop, Cursor, Continue, and other developer tools. We'll update this page as more clients add support.
Connect your AI to Achiever today
Get your API key from your profile and paste it into your AI config. That's it.