MCP Catalogs
Home

time vs agent-toolkit

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

time
by modelcontextprotocol
agent-toolkit
by sanity-io
Stars★ 85,748★ 137
30d uses
Score7749
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsDatabase
LanguageTypeScriptJavaScript
Last committhis monththis month

time · Summary

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

agent-toolkit · Summary

MCP server providing direct access to Sanity projects with content management tools and development best practices.

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

agent-toolkit · Use cases

  • Create and manage Sanity content through AI agents using MCP tools
  • Deploy and update Sanity schemas programmatically
  • Apply Sanity best practices automatically during development
  • Generate and transform images within Sanity content

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

agent-toolkit · Install

Quick Install

For most MCP-compatible clients:

npx sanity@latest mcp configure

Manual Install

Add to your MCP configuration (format varies by client):

{
  "mcpServers": {
    "Sanity": {
      "type": "http",
      "url": "https://mcp.sanity.io"
    }
  }
}

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "Sanity": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.sanity.io", "--transport", "http-only"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.