Remember The Milk MCP Server

$npx -y @ljadach/rtm-mcp
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 Key
RTM_SHARED_SECRETrequiredYour Remember The Milk Shared Secret
RTM_AUTH_TOKENrequiredYour Remember The Milk Authentication Token

Configuration

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

Frequently Asked Questions

How do I install Remember The Milk?

Install Remember The Milk by running: npx -y @ljadach/rtm-mcp

What MCP clients work with Remember The Milk?

Remember The Milk works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Remember The Milk with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free