MCP Configtypescript

ikea-compare MCP Config

MCP configuration with 2 servers: nx-mcp, playwright

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