Routine Model Context Protocol (MCP) Server
@routineco
Routine Model Context Protocol (MCP) Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント