MCP Catalogs
Home

time vs mcp-java-sdk-examples

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
mcp-java-sdk-examples
by thought2code
Stars★ 85,748★ 32
30d uses
Score7738
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsFile SystemOther
LanguageTypeScriptJava
Last committhis month7 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-java-sdk-examples · Summary

A collection of MCP server examples demonstrating different Java SDK implementations.

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-java-sdk-examples · Use cases

  • Developers learning how to implement MCP servers using Java SDKs
  • Organizations standardizing LLM integrations with Java applications
  • Testing and prototyping file system operations through MCP

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"]
    }
  }
}

mcp-java-sdk-examples · Install

Installation

This is a collection of examples, not a server itself. Each example has its own setup requirements. For the filesystem example:

  1. Clone the repository
  2. Navigate to the example directory: cd mcp-server-filesystem
  3. Build the project: mvn package
  4. Run the server: java -jar target/mcp-server-filesystem-*.jar

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-java-sdk-examples": {
      "command": "java",
      "args": ["-jar", "/path/to/mcp-server-filesystem/target/mcp-server-filesystem-*.jar"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.