We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Charleslotto/klipper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•440 B
# Klipper MCP Server Dependencies
# Install with: pip install -r requirements.txt
# Compatible with Python 3.9+ (CB1/Raspberry Pi)
# Async HTTP client and server
aiohttp>=3.8.0
# Text-to-speech (optional - for TTS announcements)
# pyttsx3>=2.90 # Uncomment if you want TTS
# Image handling (optional - for camera snapshots)
# pillow>=9.0.0 # Uncomment if you want camera features
# Environment variable handling
python-dotenv>=0.19.0