MCP Configtypescript

bookwith MCP Config

MCP server configuration from shutootaki/bookwith

View Source
.mcp.json
{
  "mcpServers": {
    "playwright": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@playwright/mcp@latest"],
      "env": {}
    }
  }
}