camera-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAMERA_MCP_APP | No | GUI本体(未起動なら自動で起動する) | <DCC_DIR>\CameraControl.exe |
| CAMERA_MCP_FFMPEG | No | 動画生成に使う ffmpeg | <DCC_DIR>\ffmpeg.exe |
| CAMERA_MCP_DCC_DIR | No | digiCamControl のインストール先 | C:\Program Files (x86)\digiCamControl |
| CAMERA_MCP_DATA_DIR | No | 撮影データの保存先 | <ホーム>\CameraMCP\sessions |
| CAMERA_MCP_REMOTE_CMD | No | CLI本体 | <DCC_DIR>\CameraControlRemoteCmd.exe |
| CAMERA_MCP_STABLE_TIMEOUT | No | 撮影ファイルの書き込み完了待ちの上限(秒) | 15 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| camera_statusA | カメラの接続状態・現在の設定・実行中のタイムラプスジョブを返す。 |
| camera_captureA | 1枚撮影して保存ファイルのフルパスを返す。autofocus=Falseで置きピン撮影。 |
| camera_setB | カメラ設定を変更する。例: iso=800, aperture=5.6, shutterspeed=1/125, iso=Auto。 |
| camera_focusA | ライブビュー中にフォーカスモーターを駆動する。near=手前へ, far=奥へ。 レンズの最短撮影距離より近い被写体には合わない(物理限界)。 |
| timelapse_startA | タイムラプス撮影ジョブを開始する(バックグラウンド実行、即座に返る)。
|
| timelapse_stopA | 実行中のタイムラプスジョブを停止し、最終状態を返す。 |
| timelapse_statusA | タイムラプスジョブの進行状況(撮影枚数・エラー・保存先)を返す。 |
| timelapse_listA | 過去のタイムラプスセッション一覧(フォルダと枚数)を返す。 |
| video_createA | セッションの連続写真からタイムラプス動画(mp4)を生成する。 session: timelapse_list が返すセッション名、またはフォルダのフルパス。 |
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/nokorishiro/camera-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server