academia_mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
academia_mcp by IlyaGusev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 89 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 4 mo ago | this month |
academia_mcp · Summary
Academia MCP server provides tools for searching, fetching, and analyzing scientific papers and research datasets.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
academia_mcp · Use cases
- Automated literature review and research synthesis
- Academic content creation and summarization
- Scientific dataset discovery and analysis
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
academia_mcp · Install
Installation
Install via pip:
pip3 install academia-mcpDevelopment setup (using uv + Makefile):
uv venv .venv
make installRunning the Server
HTTP transport:
python -m academia_mcp --transport streamable-httpStdio transport (for Claude Desktop):
python -m academia_mcp --transport stdioClaude Desktop Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"academia": {
"command": "python3",
"args": [
"-m",
"academia_mcp",
"--transport",
"stdio"
]
}
}
}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"]
}
}
}