MCP Catalogs
Home

time vs astro-mcp

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

time
by modelcontextprotocol
astro-mcp
by morinokami
Stars★ 85,748★ 58
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsWeb Scraping
LanguageTypeScriptAstro
Last committhis month1 mo ago

time · Summary

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

astro-mcp · Summary

MCP server providing Astro project insights, runtime info, documentation search, and integration data.

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

astro-mcp · Use cases

  • Assist developers in debugging Astro applications by providing runtime configuration and route information
  • Enable AI assistants to provide up-to-date guidance based on the official Astro documentation
  • Automate development workflows by accessing integration details and server status programmatically

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

astro-mcp · Install

npx astro add astro-mcp

For manual installation:

npm install astro-mcp

Then add to your Astro config:

import { defineConfig } from "astro/config";
import mcp from "astro-mcp";

export default defineConfig({
  integrations: [mcp()],
});

The MCP server will be available at http://localhost:4321/__mcp/sse. Create an empty configuration file for your editor:

  • VSCode: .vscode/mcp.json
  • Cursor: .cursor/mcp.json
  • Windsurf: ~/.codeium/windsurf/mcp_config.json
  • Claude Code: .mcp.json
Comparison generated from public README + GitHub signals. Last updated automatically.