# hpjansson/chafa | Model Context Protocol (MCP) Server > πŸ“ΊπŸ—Ώ Terminal graphics for the 21st century. - **Stars**: ⭐ 4,772 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## πŸ”Œ Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "chafa": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-chafa" ] } } } ``` ## ⚑ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "chafa": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-chafa" ] } } } ``` ## πŸš€ Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-chafa` - **Docker**: `docker run -i --rm mcp/chafa`