Journal MCP
A diary management server based on the MCP protocol, providing Claude desktop integration and a React Web viewer, supporting the storage, search, and browsing functions of Markdown-format diaries.
rating : 2 points
downloads : 0
๐ Journal MCP Server
A Model Context Protocol (MCP) server for journal entries with a React Router v7 web viewer.
โจ Features
- ๐ MCP Server: Integrate with Claude Desktop for efficient journal management.
- ๐ Web Viewer: A React-based interface for easy browsing of journal entries.
- ๐ Server-side rendering powered by React Router.
- โก๏ธ Hot Module Replacement (HMR) to speed up the development process.
- ๐ TypeScript is used by default for enhanced type safety.
- ๐ TailwindCSS for stylish and responsive UI design.
- ๐ File-based storage with automatic organization of journal entries.
๐ Quick Start
Quick Start with npx
You can run the application directly without installation:
# Start web viewer
npx @coji/journal-mcp --viewer
# Setup Claude Desktop integration
npx @coji/journal-mcp --setup
# Start MCP server for Claude Desktop
npx @coji/journal-mcp
Local Development
First, install the dependencies:
pnpm install
Development
Start the development server with HMR enabled:
pnpm dev
You can access the web viewer at http://localhost:5173.
Building for Production
Create a production build using the following command:
pnpm build
๐ป Usage Examples
Using npx (Recommended)
# Show help
npx @coji/journal-mcp --help
# Setup Claude Desktop integration
npx @coji/journal-mcp --setup
# Verify Claude Desktop setup
npx @coji/journal-mcp --verify-setup
# Start MCP server for Claude Desktop
npx @coji/journal-mcp
# Start web viewer
npx @coji/journal-mcp --viewer
# Custom port examples
npx @coji/journal-mcp --viewer --port 8080
Local Development Commands
After local installation, use the following commands for development:
# Show help
node dist/index.js --help
# Setup Claude Desktop configuration
node dist/index.js --setup
# Start MCP server
node dist/index.js
# Start web viewer
node dist/index.js --viewer
The web viewer will be available at http://localhost:8765 (or the port you specified).
๐ Documentation
MCP Tools
The server offers the following tools for Claude Desktop:
- add_entry: Add new journal entries.
- search_entries: Search for entries by date range, tags, or keywords.
- get_recent_entries: Retrieve the most recent entries.
- list_tags: List all tags along with their usage counts.
- get_entry_by_date: Get entries for a specific date.
- get_daily_summary: Obtain journal statistics.
File Storage
Journal entries are stored in the following manner:
- Location:
~/.local/share/journal-mcp/entries/YYYY/MM/YYYY-MM-DD.md - Format: Markdown with YAML frontmatter
- Features: Automatic tag extraction and time-based organization
Deployment
Docker Deployment
docker build -t journal-mcp .
docker run -p 8765:8765 journal-mcp
Manual Deployment
Deploy the output of pnpm build:
โโโ package.json
โโโ pnpm-lock.yaml
โโโ build/
โ โโโ client/ # Static assets
โ โโโ server/ # Server-side code
Built with โค๏ธ using React Router and MCP.

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
15.8K
4.5 points

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
23.8K
5 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
15.7K
4.3 points

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
45.0K
4.3 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
46.0K
4.5 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
19.3K
5 points

Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
15.0K
4.5 points

Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
29.5K
4.8 points
ยฉ 2025AIBase








