Skip to main content
Glama
pedrof
by pedrof
show-windows-config.sh1.63 kB
#!/bin/bash # Helper script to show the Claude Desktop configuration for Windows + WSL2 echo "============================================================" echo " Claude Desktop Configuration for Windows + WSL2" echo "============================================================" echo "" echo "Location of config file on Windows:" echo " %APPDATA%\\Claude\\claude_desktop_config.json" echo "" echo "Full path example:" echo " C:\\Users\\YourUsername\\AppData\\Roaming\\Claude\\claude_desktop_config.json" echo "" echo "============================================================" echo "" echo "Add this to claude_desktop_config.json:" echo "" echo "{" echo " \"mcpServers\": {" echo " \"hue\": {" echo " \"command\": \"\\\\\\\\wsl.localhost\\\\Ubuntu\\\\home\\\\micro\\\\development\\\\mcphue\\\\run-mcp-windows.bat\"" echo " }" echo " }" echo "}" echo "" echo "============================================================" echo "" echo "Alternative (if wsl.localhost doesn't work):" echo "" echo "{" echo " \"mcpServers\": {" echo " \"hue\": {" echo " \"command\": \"\\\\\\\\wsl\$\\\\Ubuntu\\\\home\\\\micro\\\\development\\\\mcphue\\\\run-mcp-windows.bat\"" echo " }" echo " }" echo "}" echo "" echo "============================================================" echo "" echo "After adding the configuration:" echo " 1. Save the file" echo " 2. Completely quit Claude Desktop" echo " 3. Restart Claude Desktop" echo " 4. Try: 'List all my Hue lights'" echo "" echo "For detailed setup instructions, see: WINDOWS_SETUP.md" echo "============================================================"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pedrof/hue-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server