gatsby

GitHub

React-based framework with performance, scalability, and security built in.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gatsby": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gatsby"
      ]
    }
  }
}