Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAMERA_MCP_APPNoGUI本体(未起動なら自動で起動する)<DCC_DIR>\CameraControl.exe
CAMERA_MCP_FFMPEGNo動画生成に使う ffmpeg<DCC_DIR>\ffmpeg.exe
CAMERA_MCP_DCC_DIRNodigiCamControl のインストール先C:\Program Files (x86)\digiCamControl
CAMERA_MCP_DATA_DIRNo撮影データの保存先<ホーム>\CameraMCP\sessions
CAMERA_MCP_REMOTE_CMDNoCLI本体<DCC_DIR>\CameraControlRemoteCmd.exe
CAMERA_MCP_STABLE_TIMEOUTNo撮影ファイルの書き込み完了待ちの上限(秒)15

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

タイムラプス撮影ジョブを開始する(バックグラウンド実行、即座に返る)。

  • name: セッション名(例: asagao)。保存先フォルダ名になる

  • interval_sec: 撮影間隔(秒)

  • count: 撮影枚数の上限(省略可)

  • start_at/end_at: "20:00" 形式。省略時は即開始・無期限(stopで終了)

  • autofocus: 毎回AFするか。夜間はFalse(置きピン)推奨

  • auto_exposure: Trueで自動露出追従(夜→朝の白飛び対策)。Falseなら完全固定露出

  • ae_target: 目標平均輝度(0-255)。夜のシルエット重視なら90前後、標準は115

  • ae_max_shutter: 自動露出が使う最長シャッター秒(インターバルより短くすること)

  • ae_max_iso: 自動露出が使う最大ISO

timelapse_stopA

実行中のタイムラプスジョブを停止し、最終状態を返す。

timelapse_statusA

タイムラプスジョブの進行状況(撮影枚数・エラー・保存先)を返す。

timelapse_listA

過去のタイムラプスセッション一覧(フォルダと枚数)を返す。

video_createA

セッションの連続写真からタイムラプス動画(mp4)を生成する。

session: timelapse_list が返すセッション名、またはフォルダのフルパス。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/nokorishiro/camera-mcp'

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