# graffle-js/graffle | Model Context Protocol (MCP) Server > Simple GraphQL Client for JavaScript. Minimal. Extensible. Type Safe. Runs everywhere. - **Stars**: ⭐ 6,118 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "graffle": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-graffle" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "graffle": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-graffle" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-graffle` - **Docker**: `docker run -i --rm mcp/graffle`