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.
A comprehensive travel planning server for flight search, accommodation booking, currency exchange, and weather forecasting.
Miro MCP server, exposing all functionalities available in official Miro SDK.
Integrates with Wiki.js, enabling AI to read and update documentation.
Create professional PDF invoices using natural language.
A laundry planning assistant that uses preferences and real-time weather forecasts.
Interact with your Obsidian vault from your IDE or Claude Desktop.
Simple unofficial MCP server to track time via Toggl API
Connects AI assistants to your Notion workspace to search and manage pages, databases, and content.
Product‑discovery and strategy platform integration. Create, query and update opportunities, solutions, outcomes, requirements and feedback from any MCP‑aware LLM.
A CalDAV MCP server to expose calendar operations as tools for AI assistants.