Routine
MCP server to interact with Routine: calendars, tasks, notes, etc.
Routine Model Context Protocol (MCP) Server
This is the Routine Model Context Protocol (MCP) server.
Usage
- Run the Routine application for the MCP server to work.
- Run this MCP server with
npx routine-mcp-serveror configure it in your favorite MCP client.
Claude Desktop
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"]
}
}
}
Development
# Install dependencies
yarn
# Build the project
yarn build
Then install the MCP server:
- Command: full path to
nodeexecutable - Arguments: full path to
./dist/index.js
Claude Desktop
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"]
}
}
}
Running the MCP Server (development)
# 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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Bear
A server for interacting with the Bear note-taking application.
WordPress Author MCP Server
A personality-based MCP server for WordPress, providing role-appropriate tools for content management.
Hyperspell
A spellchecker and grammar checker for developers, requiring a Hyperspell token for authentication.
Limitless MCP Server
Connect AI assistants to Limitless to access personal memory and lifelog data.
KnowSync AI
Transform your scattered documentation into AI-ready knowledge that works seamlessly with Claude, Cursor, VS Code, and other AI tools.
Eventbrite
Manage events, reporting, and analytics on Eventbrite.
OneNote
Access your entire OneNote knowledge base through AI using the Microsoft Graph API.
spring-openproject-mcp-server
MCP server to manage OpenProject work-packages realized in Java.
Google Services MCP
(MCP) server for Google Workspace. Drive, Gmail, Calendar, Sheets, Docs, Tasks and People via AI agents.
Siri Shortcuts
List, open, and run shortcuts from the macOS Shortcuts app.