openapi2mcptools vs time
Side-by-side comparison to help you pick between these two MCP servers.
openapi2mcptools by 2013xile | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 19 | ★ 85,748 |
| 30d uses | — | — |
| Score | 34 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 18 mo ago | this month |
openapi2mcptools · Summary
Converts OpenAPI specifications to MCP tools for faster MCP server development.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
openapi2mcptools · Use cases
- Rapidly create MCP servers from existing REST API documentation
- Enable AI models to interact with web APIs through the MCP protocol
- Convert complex API specifications into tool formats accessible to AI assistants
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
openapi2mcptools · Install
npm install openapi2mcptoolsFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"openapi2mcptools": {
"command": "node",
"args": ["path/to/your/script.js"]
}
}
}Where your script.js uses the example code from the README to create an MCP server from your OpenAPI specs.
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"]
}
}
}