MCP.so
登录

Routine Model Context Protocol (MCP) Server

@routineco

关于 Routine Model Context Protocol (MCP) Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

routineco

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "routine": {
      "command": "npx",
      "args": [
        "routine-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Routine Model Context Protocol (MCP) Server?

It is the official Model Context Protocol server for the Routine desktop application. To function, the Routine application must be installed and running on the user's machine.

How to use Routine Model Context Protocol (MCP) Server?

Run npx routine-mcp-server in a terminal, or build from source using yarn build and then run it with node. Configure it in any MCP client—such as Claude Desktop—by adding the appropriate command and arguments to the client’s configuration file (e.g., claude_desktop_config.json).

Key features of Routine Model Context Protocol (MCP) Server

Use cases of Routine Model Context Protocol (MCP) Server

FAQ from Routine Model Context Protocol (MCP) Server

What are the prerequisites for using this server?

The Routine desktop application must be installed and running on your machine. The server connects to this app via the MCP protocol.

How do I install the server with npx?

Open a terminal and run npx routine-mcp-server. This will start the server using the published npm package.

How do I configure the server for Claude Desktop?

Edit your claude_desktop_config.json file and add an entry under mcpServers with "command": "npx" and "args": ["routine-mcp-server"]. For a locally built version, use the full path to node and the full path to ./dist/index.js.

How do I develop or build the server locally?

Clone the repository, run yarn to install dependencies, then yarn build to compile the TypeScript. Start the server with yarn start.

How does the server communicate?

It uses stdin/stdout following the standard Model Context Protocol. Messages are sent as JSON requests over stdin and responses are read from stdout.

评论

其他 分类下的更多 MCP 服务器