MCP Catalogs
首页

mcp-server-spec-driven-development vs time

并排对比,帮你在这两个 MCP server 之间做选择。

mcp-server-spec-driven-development
by formulahendry
time
by modelcontextprotocol
Stars★ 431★ 85,748
30天用量
综合分4777
官方
分类
开发者工具效率工具AI / LLM 工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交8 个月前本月

mcp-server-spec-driven-development · 概述

MCP 服务器提供结构化的规范驱动开发工作流,生成需求、设计和代码文档。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

mcp-server-spec-driven-development · 使用场景

  • 为新项目使用 EARS 格式生成详细需求文档
  • 基于现有需求规格创建设计文档
  • 从设计文档生成各种编程语言的实现代码

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

mcp-server-spec-driven-development · 安装

安装

VS Code

使用以下按钮在 VS Code 中安装 MCP 服务器:

[![Install in VS Code](https://img.shields.io/badge/Install_MCP_Server_(npx)-VS_Code-0098FF)](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522spec-driven%2522%252C%2522command%2522%253A%2522npx%2522%2522args%2522%253A%255B%2522-y%2522%252C%2522mcp-server-spec-driven-development%2540latest%2522%255D%257D)

添加到 mcp.json

{
    "servers": {
        "spec-driven": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-server-spec-driven-development@latest"
            ]
        }
    }
}
Cursor/Claude Code

添加到 mcp.json

{
    "mcpServers": {
        "spec-driven": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-server-spec-driven-development@latest"
            ]
        }
    }
}

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。