# alshedivat/al-folio | Model Context Protocol (MCP) Server > A beautiful, simple, clean, and responsive Jekyll theme for academics - **Stars**: ⭐ 15,952 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "al-folio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-al-folio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "al-folio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-al-folio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-al-folio` - **Docker**: `docker run -i --rm mcp/al-folio`