Photo Shoot Planner
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., "@Photo Shoot Plannerplan a beach sunrise shoot in Malibu"
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.
Photo Shoot Planner
A Claude-compatible MCP server and skill suite for both photography trips and professional photoshoot productions.
Two planning modes
Outdoor and astrophotography trips
Resolve locations and normalize GPS coordinates
Calculate moon phase, rise/set, altitude/azimuth, Milky Way core position, golden/blue hour, and astronomical darkness
Review hourly cloud layers, visibility, wind, humidity, and precipitation
Interpret supplied Bortle/SQM measurements without inventing site ratings
Compare viewpoints, estimate routes, discover nearby lodging, and recommend camera settings
Managed photoshoot productions
Convert the objective into a creative brief and visual direction
Plan mood boards, locations, shot lists, talent, and crew
Build budgets, equipment plans, wardrobe/prop manifests, and call sheets
Track permits, insurance, model/property releases, and usage rights
Run a final readiness gate before distributing the production book
Skill suite
The skills follow the modular pattern used by AI job-search collections: one coordinating workflow plus focused specialists that can trigger independently.
Skill | Responsibility |
| Coordinate the complete production book |
| Objectives, audience, deliverables, usage, approvals |
| Visual references, palette, lighting, styling rules |
| Creative fit, light, access, permits, logistics, backup |
| Required coverage, setup grouping, priorities, timing |
| Roles, bookings, responsibilities, travel, contacts |
| Calls, schedule, meals, moves, weather, safety |
| Estimates, commitments, actuals, contingency, variance |
| Camera, lighting, grip, power, storage, redundancy |
| Looks, props, products, continuity, returns |
| Permit/release/insurance issue spotting and status |
MCP tools
Tool | Purpose |
| Convert a place name to candidate coordinates |
| Daily sun/moon windows and phase |
| Moon and Milky Way positions through a session |
| Hourly shoot-condition forecast |
| Interpret supplied Bortle or SQM data |
| Rank candidate locations |
| Estimate route distance and duration |
| Discover mapped lodging near a location |
| Gear-specific starting settings |
| Calculate category totals, tax, contingency, and variance |
| Validate schedule math and person-level conflicts |
| Generate a case-specific legal-readiness checklist |
| Separate production blockers from warnings |
| Produce a printable outdoor field plan |
Install
Requires Node.js 20 or newer. First clone and build the project:
git clone https://github.com/chenyuan99/photo-shoot-planner.git
cd photo-shoot-planner
npm ci
npm run buildInstall the skills in Codex
Codex discovers personal skills in ~/.agents/skills. Copying the skill folders there makes them available in every workspace.
macOS or Linux:
mkdir -p ~/.agents/skills
cp -R skills/. ~/.agents/skills/Windows PowerShell:
New-Item -ItemType Directory -Force "$HOME/.agents/skills"
Copy-Item -Recurse -Force "skills/*" "$HOME/.agents/skills/"For project-only installation, copy the folders to .agents/skills/ inside the target repository instead. Codex detects skill changes automatically; restart Codex if the new skills do not appear.
The skills can provide instruction-only planning after this step. Configure the MCP server below if you also want live location, weather, astronomy, routing, budget, call-sheet, and readiness tools.
Configure the MCP server
Run the server locally to verify the build:
npm test
npm startTo register the local server with Codex, replace the example path with the absolute path to this checkout:
codex mcp add photo-shoot-planner -- node /absolute/path/photo-shoot-planner/dist/index.js
codex mcp listThe ChatGPT desktop app, Codex CLI, and IDE extension share the Codex MCP configuration. Restart the active client after adding the server, then use /mcp to confirm it is connected.
For Claude Desktop development, configure the same absolute server path:
{
"mcpServers": {
"photo-shoot-planner": {
"command": "node",
"args": ["C:/absolute/path/photo-shoot-planner/dist/index.js"]
}
}
}Use the skills
In Codex, run /skills or type $ in the prompt to browse installed skills. You can invoke a skill explicitly or describe the task naturally and let Codex choose the matching skill.
Use the coordinating skill for a complete professional production:
$plan-photo-production Plan a six-person editorial fashion shoot in Brooklyn on
September 18. The budget cap is $12,000. Produce the brief, shot list, crew plan,
budget, equipment list, call sheet, release checklist, and readiness report.Invoke a specialist when you need one focused deliverable:
$build-photo-call-sheet Create a call sheet for a product shoot from 8:00 AM to
6:00 PM, with two studio setups, a 45-minute lunch, and a 30-minute strike.$scout-photo-location Compare three locations for a golden-hour portrait shoot.
Evaluate creative fit, access, permits, weather risk, and a backup option.Natural-language requests work too:
"Compare Sequoia and Death Valley for Milky Way photography next weekend with a Nikon Z30."
"Build a budget and equipment plan for a two-day commercial product shoot."
"Audit this call sheet for timing conflicts, missing breaks, and readiness blockers."
For stronger results, include the shoot type, objective, date, location, deliverables, team size, budget, equipment constraints, usage rights, deadlines, and known safety or accessibility needs. Missing noncritical details can remain TBD with an owner and due date.
Package as a Claude extension
npm install -g @anthropic-ai/mcpb
npm run build
mcpb validate manifest.json
mcpb packInstall the resulting .mcpb from Claude Desktop -> Settings -> Extensions -> Advanced settings -> Install Extension.
Data and safety notes
The server sends coordinates and search queries to Open-Meteo, OpenStreetMap Nominatim, OSRM, and Overpass. These public services may rate-limit or be unavailable. Astronomy calculations are local.
Forecasts, access, closures, permits, labor rules, insurance, usage rights, wildfire smoke, tides, lodging, and legal requirements must be verified with the relevant authority or qualified professional. Tool output is planning support, not legal, safety, labor, or insurance advice.
Schemas
Reusable contracts live in schemas/ for shooting plans, creative briefs, shot lists, budgets, and call sheets. Tool inputs are validated with Zod-generated JSON Schema.
License
MIT
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.
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/chenyuan99/photo-shoot-planner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server