kakuyomu-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
kakuyomu-mcp by 106- | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 34 | 77 |
| Official | — | ✓ |
| Categories | Web ScrapingMediaProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 8 mo ago | this month |
kakuyomu-mcp · Summary
An MCP server for accessing Japanese novel content from Kakuyomu, offering search, episode listing, and content retrieval tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
kakuyomu-mcp · Use cases
- Automatically summarize recent novels from Kakuyomu's top page
- Analyze the writing style and plot patterns of a specific author
- Cross-reference novel metadata across different Japanese platforms
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
kakuyomu-mcp · Install
Docker Installation (Recommended)
docker pull ubiq/kakuyomu-mcp:latestPython Installation
git clone https://github.com/106-/kakuyomu-mcp.git
cd kakuyomu-mcp
poetry installClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kakuyomu_mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ubiq/kakuyomu-mcp:latest"
],
"env": {}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}