Connect your AI to Tweloc
Use the Model Context Protocol (MCP) to let Claude, ChatGPT, or any AI assistant manage your tasks directly. No code required.
Available tools
list_tasksList and filter tasks by status, priority, or date
add_taskCreate new tasks with title, deadline, and priority
complete_taskMark tasks as completed
update_taskChange title, deadline, priority, or status
delete_taskSoft-delete tasks (move to trash)
weekly_summaryGet a summary of this week — completed, pending, overdue
Setup in 3 steps
Generate an API key
Go to Settings and create a personal API key. This key lets your AI access your tasks securely.
Settings → API Keys → Generate
Your key starts with twl_
Add to your AI config
Paste this into your Claude Desktop config. Replace the key with yours.
{
"mcpServers": {
"tweloc": {
"url": "https://tweloc.com/api/mcp",
"headers": {
"Authorization": "Bearer twl_your_api_key_here"
}
}
}
}Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
Start talking to your tasks
Restart Claude Desktop. You can now say things like:
Works with Claude Code too
Add the MCP to Claude Code with one command:
claude mcp add tweloc --url https://tweloc.com/api/mcp -H "Authorization: Bearer twl_your_key"REST API
The same API key works with our REST endpoints. Build your own integrations, scripts, or automations.
/api/v1/tasks/api/v1/tasks/api/v1/tasks/:id/api/v1/tasks/:id/api/v1/tasks/summaryAuthenticate with Authorization: Bearer twl_your_key