MCP server to interact with Routine: calendars, tasks, notes, etc.
This is the Routine Model Context Protocol (MCP) server.
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:
{
"mcpServers": {
"routine": {
"command": "npx",
"args": ["routine-mcp-server"]
}
}
}
# Install dependencies
yarn
# Build the project
yarn build
Then install the MCP server:
node
executable./dist/index.js
For Claude Desktop, refer to https://modelcontextprotocol.io/quickstart/user
In particular, your file claude_desktop_config.json
should look something like that:
{
"mcpServers": {
"routine": {
"command": "/absolute/path/to/bin/node",
"args": ["/absolute/path/to/mcp-server/dist/index.js"]
}
}
}
# Start the server
yarn start
The server communicates via stdin/stdout, following the MCP protocol. You can interact with it by sending JSON requests to its stdin and reading responses from stdout.
AI Task schedule planning with LLamaIndex and Timefold: breaks down a task description and schedules it around an existing calendar
Provides Taiwan national holidays and compensatory workday information. Data is fetched and cached automatically.
Manages and randomly selects from a list of lunch restaurants, storing choices and visit statistics locally.
Monitor team productivity, usage, and spending for AI assistants using the Cursor Admin API.
Interact with the Coda API to manage documents and pages, including creating, reading, updating, and deleting.
Interact with Google Docs and Google Drive for document creation, editing, and file management.
Provides secure access to Atlassian Confluence content and spaces using its REST API.
Read and write macOS user defaults and settings.
Provides access to over 70 IT tools and utilities for developers and IT professionals, including encoding, text manipulation, and network tools.
A tool for systematic problem-solving based on Claude Shannon's methodology, breaking down complex problems into structured thoughts.