참고


MCP 서버 모음 사이트

Context 7 MCP Server 설치

macOS

claude mcp add --transport http context7 <https://mcp.context7.com/mcp> --scope project

Windows .mcp.json 파일 예시

{
  "mcpServers": {
    "context7": {
      "type": "stdio",
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@upstash/context7-mcp",
        "--api-key",
        "발급받은 API 키"
      ],
      "env": {}
    }
  }
}