Skip to content
Grok

openapi mcp for Grok

com.goldpopcon/openapi-mcp

금방 Open API MCP 서버 — 스펙 조회·JWT 서명 코드 생성·로컬 서명/검증

client:Grok transport:stdio runtime:npm

Install openapi mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openapi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@keumbang/goldpopcon-openapi-mcp"
      ],
      "env": {
        "GOLDPOPCON_MCP_ALLOW_LIVE": "<GOLDPOPCON_MCP_ALLOW_LIVE>",
        "GOLDPOPCON_ACCESS_KEY": "<GOLDPOPCON_ACCESS_KEY>",
        "GOLDPOPCON_SECRET_KEY": "<GOLDPOPCON_SECRET_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

openapi mcp in other clients