mcp-openapi-schema-explorer vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-openapi-schema-explorer by kadykov | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 71 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Toolsapi | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-openapi-schema-explorer · Summary
An MCP server for token-efficient exploration of OpenAPI/Swagger specs via MCP Resource Templates.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-openapi-schema-explorer · Use cases
- Exploring large API documentation without context window limitations
- Analyzing API endpoints and parameters programmatically
- Generating client code or documentation snippets based on API specs
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
mcp-openapi-schema-explorer · Install
Installation
For Claude Desktop, add the following to your config.json:
{
"mcpServers": {
"My API Spec (npx)": {
"command": "npx",
"args": [
"-y",
"mcp-openapi-schema-explorer@latest",
"<path-or-url-to-spec>",
"--output-format",
"yaml"
],
"env": {}
}
}
}Replace <path-or-url-to-spec> with your API specification file path or URL.
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"]
}
}
}