MCP Configtypescript
bookwith MCP Config
MCP server configuration from shutootaki/bookwith
.mcp.json
{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"],
"env": {}
}
}
}