time vs jgrants-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | jgrants-mcp by tachibanayu24 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 3 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsgovernmentProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 7 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
jgrants-mcp · Summary
An MCP server that provides access to Japanese subsidy information through the jGrants API.
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
jgrants-mcp · Use cases
- Searching for available Japanese subsidies based on specific keywords or industries
- Retrieving detailed information about specific subsidy programs including eligibility criteria and funding limits
- Downloading official application documents and guidelines for subsidy applications
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"]
}
}
}jgrants-mcp · Install
Installation
Via npm (Global)
npm install -g jgrants-mcpVia npx
npx jgrants-mcpLocal Development
git clone https://github.com/tachibanayu24/jgrants-mcp.git
cd jgrants-mcp
npm install
npm run buildClaude Desktop Configuration
Add to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"jgrants": {
"command": "npx",
"args": ["jgrants-mcp"]
}
}
}