CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
findmephoto avatar

FindMe Photo

findmephoto/findme-mcp
authSTDIOregistry active
Summary

Connects your AI assistant directly to FindMe Photo's wedding gallery platform via their REST API. You get twelve tools covering the full lifecycle: create events, batch upload photos from local paths or public URLs, pull analytics on guest visits and selfie searches, generate QR codes for gallery sharing, and manage soft deletes with seven-day recovery. Requires a FindMe Photo account on a paid tier (Free+, Growth, or Pro) and a personal API key. Handles up to 50 files per batch with 50MB photo and 500MB video limits. Rate limits and monthly quotas scale by plan tier. The install flow is clever: you can paste a prompt and let Claude edit its own config file to add the server.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

FindMe Photo MCP Server

Official Model Context Protocol server for FindMe Photo — the AI-powered wedding gallery platform.

Drive your FindMe galleries from Claude, ChatGPT Codex, Cursor, and any other MCP-compatible AI client. Create events, upload photos, pull analytics — all in natural language.

What it does

"Create a FindMe event for the Sarah & Mike wedding on April 22, upload every photo in ~/Pictures/Sarah-Mike to it, then show me the QR code."

The AI uses this MCP server to do all three steps in one turn.

Tools

ToolPurpose
create_eventCreate a new gallery.
list_eventsList your events (paginated).
get_eventGet event details + stats.
update_eventRename, re-date, or change access code.
delete_eventSoft-delete with 7-day recovery.
restore_eventUn-delete within 7 days.
upload_photos_from_pathsUpload local files or folders. Primary upload tool.
upload_photos_from_urlsUpload from public URLs (Dropbox, direct Drive links, etc.).
upload_photos_from_drive_folderImport from Google Drive (partial in v1).
get_event_qrPNG QR code pointing to the public gallery.
get_event_analyticsGuest visits, unique visitors, downloads, selfie searches.
get_usageCurrent-month API usage, storage, event totals.

Requirements

  • Node.js 18+
  • A FindMe Photo account on Free+, Growth, or Pro
  • A personal API key from https://findme.photo/settings/api

Install

The easiest way: let the AI install itself. Paste a prompt, the AI edits its own config. No hidden files.

For a step-by-step walkthrough aimed at non-technical photographers, see the full install guide.

Claude Desktop

Open Claude Desktop, click the Code tab (not Chat), then paste this prompt (replace the key):

Install the FindMe MCP server for me.

- Server name: findme
- Command: npx
- Args: -y findme-mcp
- Env var: FINDME_API_KEY = fm_live_PASTE_YOUR_KEY_HERE

Edit my claude_desktop_config.json under mcpServers, then tell me to fully quit and reopen Claude.

Claude Code (CLI)

claude mcp add findme --scope user --env FINDME_API_KEY=fm_live_xxxxx -- npx -y findme-mcp

ChatGPT Codex

codex mcp add findme --env FINDME_API_KEY=fm_live_xxxxx -- npx -y findme-mcp

Cursor / Windsurf / VS Code / Cline

Use the tool's built-in MCP install UI with:

  • Command: npx
  • Args: -y findme-mcp
  • Env: FINDME_API_KEY=fm_live_xxxxx

ChatGPT web / mobile

Coming soon — requires a hosted MCP endpoint. We're shipping mcp.findme.photo next. In the meantime, use Claude Desktop or Codex.

Any other MCP client

FINDME_API_KEY=fm_live_xxxxx npx findme-mcp

Verify

After restart, you should see findme in your client's tool list (12 tools). Try:

Create a FindMe event called "My First Gallery" for today, then show me the QR code.

Troubleshooting

"MCP server failed to start"

  • Ensure Node.js 18+: node --version
  • First run downloads the package via npx; allow it through your firewall
  • Check the JSON is valid if you edited manually (no trailing commas)

"Your FindMe API key is invalid or has been revoked"

  • Generate a fresh key at https://findme.photo/settings/api
  • Paste the full key including the fm_live_ prefix
  • Fully quit and restart your AI client

"API access requires Free+, Growth, or Pro"

API access is a paid-tier feature. Upgrade at https://findme.photo/pricing.

Upload fails with "can't find folder" on macOS

macOS privacy protection. Open System Settings → Privacy & Security → Full Disk Access and add your AI client (Claude Desktop, Terminal, etc.). Then quit and reopen.

Upload partially failed

The tool never errors a whole batch for one bad file — it returns a summary showing which files succeeded and which didn't. Ask the AI to retry the failed ones specifically.

Limits

TierRate limitMonthly quota
Free+10 req/min500 / month
Growth60 req/min10,000 / month
Pro300 req/minUnlimited

Per file: 50 MB photos, 500 MB videos, 50 files per upload batch.

v1 limitations

  • upload_photos_from_drive_folder requires an existing Drive import created via the findme.photo web UI; the MCP can poll status but not create imports yet.
  • The MCP runs locally on the same machine as your AI client; it only sees files on that machine.

Resources

  • FindMe Photo
  • Install guide
  • Model Context Protocol

License

MIT — © 2026 FindMe Photo

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

FINDME_API_KEY*secret

Personal API key from https://findme.photo/settings/api (starts with fm_live_)

Categories
Monitoring & ObservabilityMedia & Entertainment
Registryactive
Packagefindme-mcp
TransportSTDIO
AuthRequired
UpdatedApr 26, 2026
View on GitHub

Related Monitoring & Observability MCP Servers

View all →
focus-gts avatar
Eds Mcp Server

focus-gts/eds-mcp-server

20 tools for Adobe Edge Delivery Services: preview, publish, analytics, and content ops
friendlygeorge avatar
Plausible Mcp Server

friendlygeorge/plausible-mcp-server

MCP server for Plausible Analytics — privacy-friendly web analytics. 12 tools for traffic, conver...
friendlygeorge avatar
Posthog Mcp Server

friendlygeorge/posthog-mcp-server

MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da...
g-scorpiosky avatar
Quant Finance MCP Server for Stock Analysis and Options Analytics - HPSILab

g-scorpiosky/hpsilab-quantum-finance

Options analytics MCP for detecting IV mispricing and directional edge — before the market corrects. IV surface modeling, implied volatility rank, Monte Carlo simulation, options flow pressure maps, AI predictions (Bullish/Neutral/Bearish + confidence score), and equity curve backtesting. analyze_stock delivers a complete institutional-grade signal in one call. Free tier · Pro $9.99/mo · EN · 中文 · 日本語
g-scorpiosky avatar
Quant Finance MCP Server for Stock Analysis and Options Analytics - HPSILab

g-scorpiosky/hpsilab-quantum-finance-74be1f33

Options analytics MCP for detecting IV mispricing and directional edge — before the market corrects. IV surface modeling, implied volatility rank, Monte Carlo simulation, options flow pressure maps, AI predictions (Bullish/Neutral/Bearish + confidence score), and equity curve backtesting. analyze_stock delivers a complete institutional-grade signal in one call. Free tier · Pro $9.99/mo · EN · 中文 · 日本語
gantta avatar
Gantta

gantta/gantta-mcp

Turn conversations into project plans. Gantta connects your AI assistant to a full project management backend — plan projects, manage tasks, chase actions, and generate reports, all through natural language. ### What you can do - **Create project plans** — Describe your project in plain language and get a structured plan with milestones, dependencies, deadlines, and deliverables - **Break down tasks** — Automatically decompose projects into prioritised actions with owners, due dates, and status tracking - **Assign owners** — Allocate tasks to team members and track who is responsible for what across every project - **Chase actions automatically** — Follow up on overdue or pending actions with automatic owner notifications so nothing slips through the cracks - **Capture meeting transcriptions** — Log meeting notes, standups, or any conversation and extract structured action items automatically - **Generate reports and slide decks** — Produce project status reports, progress summaries, and presentation-ready slide decks directly from your project data - **Track timelines** — View project schedules, milestone progress, and dependency chains at a glance ### Who it's for Product managers, project leads, founders, and agency teams who run projects across multiple clients and want to manage everything from their AI assistant without switching tools. ### No account needed to start Try Gantta instantly — your AI assistant can create project plans right away. When you're ready to save your work, collaborate with your team, and unlock full reporting, claim your workspace at [gantta.co](https://www.gantta.co). ### Why Gantta over traditional PM tools Traditional project management tools require manual data entry, constant tab-switching, and rigid workflows. Gantta lets you manage projects the way you actually think — by talking. Your AI assistant becomes your project manager, handling the structure while you focus on the work. Built for teams who plan through conversation, not spreadsheets.