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.
Recommend MCP Servers 💡
shadow-cljs-mcp
An MCP server that monitors shadow-cljs builds and provides real-time build status updates, allowing LLMs to verify build status after making changes to ClojureScript files.
py-mcp-qdrant-rag
A Model Context Protocol (MCP) server implementation for RAG (Retrieval-Augmented Generation) using Qdrant vector database with support for both Ollama and OpenAI embeddings.
builtwith-mcp-server
Integrates with BuiltWith API to provide website technology stack analysis via MCP.
tidb-mcp-server
A Python SDK for TiDB AI, providing a unified data platform for building AI applications and agents. It supports various search modes (vector, full-text, hybrid, image), automatic embedding, multi-modal storage, advanced filtering, and transaction management, enabling seamless integration of structured and unstructured data for AI workloads.
agent-twitter-client-mcp
A Model Context Protocol (MCP) server that integrates with Twitter, enabling AI models to interact with the platform for tweet operations, user management, and Grok AI integration without direct API access.
Base Builder MCP
An MCP server for Base Builders, providing access to Base Docs adapted for Model Context Protocol.