# elk-zone/elk | Model Context Protocol (MCP) Server > A nimble Mastodon web client - **Stars**: ⭐ 6,029 - **Language**: Vue - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "elk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-elk" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "elk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-elk" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-elk` - **Docker**: `docker run -i --rm mcp/elk`