# ayghri/i-have-adhd | Model Context Protocol (MCP) Server > A skill to stop your coding agent from burying the answer. ADHD-friendly output. - **Stars**: ⭐ 19,188 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "i-have-adhd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-i-have-adhd" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "i-have-adhd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-i-have-adhd" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-i-have-adhd` - **Docker**: `docker run -i --rm mcp/i-have-adhd`