Get the FREE Ultimate OpenClaw Setup Guide →

cca -configurator

一個簡單易用的網頁工具,用於管理 GitHub Copilot 的 MCP (Model Context Protocol) 設定

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio doggy8088-cca-mcp-configurator npx @playwright/mcp@latest --allowed-hosts *

How to use

CCA MCP Configurator是一個網頁工具,用於管理和生成 GitHub Copilot 的 MCP 設定。它内建了預設的 Playwright MCP,方便你快速啟用瀏覽器自動化相關的工具與測試能力,同時允許你新增與編輯自訂的 MCP 伺服器設定,並將最終輸出對應的 JSON 直接貼入 Copilot 配置中使用。你可以透過內建介面選擇要啟用的預設設定,或是新增自訂伺服器並設定其執行命令與參數,工具欄會自動輸出符合 MCP 標準的 mcpServers JSON 物件,方便你匯出、匯入與複製到剪貼簿。此工具特別適用於需要在多裝置間同步設定、或希望以圖形化方式管理複雜的 MCP 設定的人員。

How to install

安裝與啟動開發環境的步驟:

  1. 精簡前提
  • 需要 Node.js、pnpm、或 Bun(本專案以 Bun 為建置工具,若你偏好可改用 npm/yarn。
  1. 取得專案
  1. 安裝依賴
  • 使用 Bun(建議) bun install
  • 或若以 npm/yarn 代替,依專案需求執行相對應的安裝命令。
  1. 本地開發/執行
  • 開發模式(熱重整,預設在 http://localhost:8080) bun run dev
  • 建置生產版本 bun run build
  • 如需直接在本地簡單伺服器預覽: bun run serve
  1. 使用

前提與注意:專案使用 Bun 作為建置系統與執行環境,若你尚未安裝 Bun,請先安裝 Bun(https://bun.sh/),並確保終端機可執行 bun 指令。

Additional notes

小貼士與常見問題:

  • 內建預設中包含 Playwright MCP,適合需要在瀏覽器自動化環境中運行 MCP 的情境。
  • 匯出與匯入功能會把整份 mcpServers 配置以 JSON 檔案交換,方便在多裝置間同步。
  • 設定中的 type 可以是 local(本地執行的 MCP 伺服器)或其他未來擴充型態,請依 MCP 規範填寫。
  • 輸出 JSON 的結構必須符合 MCP 標準,確保將所需欄位(type、command、args、tools 等)完整填寫。
  • 本專案採用 Bun 作為建置工具,若你使用不同的運行環境,請參照 readme 中的等效命令進行安裝與啟動。

Related MCP Servers

Sponsor this space

Reach thousands of developers