MCP Catalogs
Home

shaderc-vkrunner-mcp vs time

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

shaderc-vkrunner-mcp
by mehmetoguzderin
time
by modelcontextprotocol
Stars★ 6★ 85,748
30d uses
Score3477
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageC++TypeScript
Last commit9 mo agothis month

shaderc-vkrunner-mcp · Summary

A toy MCP server for AI agents to safely code, compile, and run GPU shaders using Vulkan via CPU emulation.

time · Summary

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

shaderc-vkrunner-mcp · Use cases

  • AI-assisted shader development and optimization
  • Vulkan shader education and experimentation
  • Testing shader features without physical GPU hardware

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

shaderc-vkrunner-mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/mehmetoguzderin/shaderc-vkrunner-mcp
cd shaderc-vkrunner-mcp
  1. Build the Docker image:
docker build -t shaderc-vkrunner-mcp -f Dockerfile .

VS Code Integration

Add this to your VS Code mcp.json:

"shaderc-vkrunner-mcp": {
    "type": "stdio",
    "command": "docker",
    "args": [
        "run",
        "--rm",
        "-i",
        "-v", "${workspaceFolder}:/work",
        "shaderc-vkrunner-mcp",
        "--work-dir",
        "/work"
    ]
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.