OBSBOT Camera MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LM_STUDIO_URL | No | LM Studio API endpoint URL for visual analysis | http://localhost:1234/v1/chat/completions |
| OBSBOT_DEVICE | No | Camera device path | /dev/video0 |
| OBSBOT_VL_MODEL | No | Vision-language model name for LM Studio | qwen2.5-vl-7b-instruct |
| OBSBOT_OUTPUT_DIR | No | Directory for captured images | /tmp/obsbot |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_gimbal_positionB | Get current camera gimbal position (pan, tilt, zoom) with human-readable directions |
| control_gimbalB | Control camera gimbal. Pan: NEGATIVE=RIGHT, POSITIVE=LEFT. Tilt: POSITIVE=UP, NEGATIVE=DOWN. |
| center_cameraA | Return camera to center position (pan=0, tilt=0, zoom=0) |
| take_snapshotC | Capture camera snapshot with optional LM Studio visual analysis |
| look_and_analyzeC | Move camera to position and take analyzed snapshot |
| scan_areaC | Systematically scan area with multiple snapshots |
| check_system_statusB | Check camera system health and LM Studio availability |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Radar105/obsbot-camera-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server