# absinthe-graphql/absinthe | Model Context Protocol (MCP) Server > The GraphQL toolkit for Elixir - **Stars**: ⭐ 4,404 - **Language**: Elixir - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "absinthe": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-absinthe" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "absinthe": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-absinthe" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-absinthe` - **Docker**: `docker run -i --rm mcp/absinthe`