oeil-atelier-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@oeil-atelier-mcpTake a snapshot from camera 2"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Œil dans l'atelier — Serveur MCP
Serveur MCP (Model Context Protocol) qui expose les 4 ESP32-CAM de l'atelier à Claude Code via stdio.
Installation
cd ~/projets/oeil-atelier-mcp
# (placer oeil_mcp_server.py et requirements.txt ici)
# Environnement virtuel Python (recommandé pour ne pas polluer le système)
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtRelated MCP server: Webcam MCP
Test manuel (vérifier que les imports passent)
source .venv/bin/activate
python3 -c "import mcp, httpx; print('OK')"Déclaration dans Claude Code
Claude Code utilise un fichier de configuration pour déclarer les serveurs MCP.
claude mcp add oeil-atelier \
/home/ch/projets/oeil-atelier-mcp/.venv/bin/python3 \
/home/ch/projets/oeil-atelier-mcp/oeil_mcp_server.py(Ajustez les chemins selon votre installation réelle.)
Outils exposés
list_cameras(): statut des 4 cams (en ligne / RSSI / uptime / LED)get_camera_snapshot(camera_number): photo instantanée d'une cam (1 à 4)get_camera_status(camera_number): statut technique détailléset_camera_led(camera_number, state): on / off / toggle de la LED flash
Utilisation dans Claude Code
> Liste mes caméras d'atelier
> Regarde la cam-2 et dis-moi ce que tu vois
> Allume la LED de cam-3, attends 2s, puis prends un snapshot, puis éteins la LEDDépannage
Logs du serveur : tout est écrit sur stderr (préfixe [oeil-mcp]). Visibles dans
Claude Code via le panneau MCP, ou en lançant le serveur manuellement pour test.
mDNS qui ne répond pas : vérifier que avahi-daemon tourne :
systemctl status avahi-daemon
avahi-resolve -n cam-1.localEn dernier recours, remplacer cam-{}.local par les IP directes dans
le code (constante CAMERA_HOSTNAME).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal server for controlling Canon cameras remotely via the Canon Camera Control API, using FastMCP for streamable HTTP transport.3
- Alicense-qualityCmaintenanceAn MCP server that provides LLM agents with direct access to webcam hardware for capturing high-resolution photos and recording video sequences. It enables autonomous agents to monitor environments and interact with the physical world through standard Model Context Protocol tools.3MIT
- Alicense-qualityAmaintenanceESP32-based Streamable HTTP MCP server with embedded Lua scripting engine. Bridges Claude AI to physical devices — telescopes (INDI protocol), sensors, BLE peripherals, and TCP devices. Flash-and-run binary distribution, no build required.12MIT
- Flicense-qualityDmaintenanceMCP server for controlling MicroPython devices (ESP32, RP2040, etc.) via USB Serial or WebREPL, enabling code execution, file operations, and device management from MCP clients.8
Related MCP Connectors
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SierraCharlie56/oeil-atelier-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server