MCP-DayOne
Day One Journal を Claude Desktop および Smithery と統合するためのメ��セージ制御プロトコル (MCP) サーバー。
概要
このサーバーは、Day One CLI ( dayone2
) への API インターフェイスを提供し、Claude Desktop やその他のアプリケーションが Day One ジャーナルと対話できるようにします。
前提条件
- Day One CLI (
dayone2
) がシステムにインストールされている - Node.jsとnpm
インストール
- このリポジトリをクローンする
npm install
実行して依存関係をインストールします.env
ファイルを作成する (.env.example
を参照)npm start
を実行してサーバーを起動します
APIエンドポイント
POST /api/entry
Day One ジャーナルに新しいエントリを作成します。
リクエスト本文:
応答:
GET /health
サーバーが実行中かどうかを確認します。
応答:
Claude Desktopとの統合
この MCP サーバーを Claude Desktop と併用すると、ジャーナル エントリを自動的に作成できます。
Smitheryとの統合
このプロジェクトはSmitheryで共有して、他の人が使用したり貢献したりできるようにすることができます。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude Desktop やその他のアプリケーションが Day One ジャーナルと対話できるようにし、シンプルな API を通じてジャーナル エントリを自動作成できるようにするメッセージ コントロール プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -484TypeScript
- -securityAlicense-qualityA Model Control Protocol server for integrating with DingTalk, enabling users to send messages, retrieve conversation/user information, and query calendar events through Claude.Last updated -2PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.Last updated -40PythonMIT License
- -securityFlicense-qualityAn MCP server that integrates with Claude Desktop for managing personal journal entries, providing both a web viewer for browsing journals and tools for adding, searching, and analyzing journal content.Last updated -353TypeScript