Skip to content

Arc

Free

by MCP Community

`plan_exact_design_extraction` 과 `extract_exact_design_document` 는 `@arc/design` exact-first pipeline 을 `arc-mcp`에서 바로 쓰기 위한 도구입니다.

v0.1.15Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Arc MCP Server

plan_exact_design_extractionextract_exact_design_document@arc/design exact-first pipeline 을 arc-mcp에서 바로 쓰기 위한 도구입니다.

Installation

npx -y arc-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y arc-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "arc": {
      "command": "npx",
      "args": ["-y", "arc-mcp"]
    }
  }
}