README.md
Manage Remember The Milk tasks, lists, and notes using natural language.
An MCP server that enables Claude to manage Remember The Milk tasks, lists, and notes using natural language and Smart Add syntax. It provides full API coverage for task manipulation, including priority settings, tags, and undo support.
Tools (5)
add_taskAdd a new task using Smart Add syntax.get_tasksRetrieve tasks based on filter criteria.complete_taskMark a specific task as completed.set_prioritySet the priority level for a task.add_noteAdd a note to an existing task.Environment Variables
RTM_API_KEYrequiredYour Remember The Milk API KeyRTM_SHARED_SECRETrequiredYour Remember The Milk Shared SecretRTM_AUTH_TOKENrequiredYour Remember The Milk Authentication TokenConfiguration
claude_desktop_config.json
{
"mcpServers": {
"rtm-mcp": {
"command": "npx",
"args": ["-y", "@ljadach/rtm-mcp"],
"env": {
"RTM_API_KEY": "your_api_key",
"RTM_SHARED_SECRET": "your_shared_secret",
"RTM_AUTH_TOKEN": "your_auth_token"
}
}
}
}Try it
→Add a task to buy milk tomorrow at 9am #grocery !1
→Show me all my high priority tasks due this week
→Add a note to my 'Project Alpha' task saying the deadline was moved to Friday
→Mark the task 'Call the dentist' as complete
→List all tasks in my Work list that have the tag #urgent