Skip to main content
Glama

Routine

by routineco

Routine Model Context Protocol (MCP) Server

This is the Routine Model Context Protocol (MCP) server.

Usage

  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.

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 node executable
  • 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.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Interact with Routine (https://routine.co/): manage calendars, tasks, notes, etc.

  1. Usage
    1. Claude Desktop
  2. Development
    1. Claude Desktop
    2. Running the MCP Server (development)

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    Enables advanced todo list management and content organization using Notion's API, supporting features like creating databases, dynamic filtering, and collaborative task tracking.
    Last updated -
    11
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    Integrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks.
    Last updated -
    15
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    Facilitates note storage and summarization through custom URIs, allowing users to manage, summarize, and update notes with varying detail levels in a collaborative environment.
    Last updated -
    Python
    • Apple
  • -
    security
    A
    license
    -
    quality
    Enables comprehensive calendar management with capabilities to create, list, update, and delete events through a Model Context Protocol server integrated with Google Calendar.
    Last updated -
    13
    1
    TypeScript
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/routineco/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server