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.
Похожие серверы
Kone.vc
спонсорMonetize your AI agent with contextual product recommendations
AI Tutor
An AI-powered tutor for higher education that supports both Claude and OpenAI models through MCP.
Jean Memory
Premium memory consistent across all AI applications.
MCP Google Calendar Plus
A server for full Google Calendar management, including creating, updating, and deleting events. Requires Google OAuth2 authentication.
ClickUp MCP
Integrate ClickUp project management with AI to manage tasks, lists, and spaces.
ChatExcel
A powerful server for Excel file processing, data analysis, and visualization, leveraging Python and Go for high performance.
company-mcp
Company lookup, LEI search, SEC filings, and financials for AI agents. 6 tools, free, no API key.
Obsidian
Interact with your Obsidian vault from your IDE or Claude Desktop.
Anki MCP
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Strateegia
Integrates with the Strateegia API, allowing AI assistants to access and interact with Strateegia projects.
MCP CSV Analysis with Gemini AI
Perform advanced CSV analysis and generate insights using Google's Gemini AI. Requires Gemini and Plotly API keys.