Routine
MCP server to interact with Routine: calendars, tasks, notes, etc.
Ads
Overview
This is the Routine Model Context Protocol (MCP) server. 1. Run the Routine application for the MCP server to work. 2. Run this MCP server with npx routine-mcp-server or configure it in your favorite MCP client. For Claude Desktop, refer to https://modelcontextprotocol.io/quickstart/user In particular, your file claude_desktop_config.json should look something like that: - Command: full path to node executable - Arguments: full path to ./dist/index.js For Claude Desktop, refer to https://modelcontextprotocol.io/quickstart/user
Installation
npx routine-mcp-server
Configuration
{
"mcpServers": {
"routine": {
"command": "npx",
"args": [
"routine-mcp-server"
]
}
}
}Capabilities
- Check today’s schedule
ask your assistant to retrieve upcoming events and tasks from your Routine calendar.
- Create a new task
capture a to-do directly into Routine with a natural language request.
- Open a Routine note or document
have the assistant open a specific page or note inside the Routine app.
Tags
- calendar
- task-management
- notes
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.