Interactive

MCPサーバ

弊社では、以下のMCPサーバを使用しています。

{
  "mcpServers": {
    "deepwiki": {
      "type": "sse",
      "url": "https://mcp.deepwiki.com/sse"
    },
    "playwright": {
      "command": "bunx",
      "args": ["@playwright/mcp"],
      "env": {}
    }
  }
}

deepwiki

https://mcp.deepwiki.com/https://mcp.deepwiki.com/

playwright

ブラウザの操作が可能になるMCPサーバです。Storybookとの相性が良く、コンポーネントの開発とデバッグを自動化できます。

https://github.com/microsoft/playwright-mcphttps://github.com/microsoft/playwright-mcp

参考