{
  "mcpServers": {
    "styledbook": {
      "command": "npx",
      "args": ["-y", "mcp-styledbook", "--transport=stdio"],
      "env": {
        "NODE_OPTIONS": "--no-warnings"
      }
    },
    "StyledBook": {
      "command": "npx",
      "args": ["-y", "mcp-styledbook"]
    }
  }
} 