# hexojs/hexo | Model Context Protocol (MCP) Server > A fast, simple & powerful blog framework, powered by Node.js. - **Stars**: ⭐ 41,769 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "hexo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hexo" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "hexo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hexo" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-hexo` - **Docker**: `docker run -i --rm mcp/hexo`