PluginBench
MCP Server
Maintained
MIT

io.github.ExpertVagabond/photo-organizer MCP Server

io.github.ExpertVagabond/photo-organizer

What is the io.github.ExpertVagabond/photo-organizer MCP server?

AI-powered organization for Google Photos and Drive - auto-organize, find duplicates, create albums

How to install io.github.ExpertVagabond/photo-organizer

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PHOTO_SCRIPTS_PATH
    required

    Path to Python scripts directory containing drive_organizer.py and photos_organizer.py

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "photo-organizer": {
      "command": "npx",
      "args": [
        "-y",
        "photo-organizer-mcp"
      ],
      "env": {
        "PHOTO_SCRIPTS_PATH": "<YOUR_PHOTO_SCRIPTS_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "photo-organizer": {
      "command": "npx",
      "args": [
        "-y",
        "photo-organizer-mcp"
      ],
      "env": {
        "PHOTO_SCRIPTS_PATH": "<YOUR_PHOTO_SCRIPTS_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "photo-organizer": {
      "command": "npx",
      "args": [
        "-y",
        "photo-organizer-mcp"
      ],
      "env": {
        "PHOTO_SCRIPTS_PATH": "<YOUR_PHOTO_SCRIPTS_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "photo-organizer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "photo-organizer-mcp"
      ],
      "env": {
        "PHOTO_SCRIPTS_PATH": "<YOUR_PHOTO_SCRIPTS_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add photo-organizer --env PHOTO_SCRIPTS_PATH=<YOUR_PHOTO_SCRIPTS_PATH> -- npx -y photo-organizer-mcp

Related MCP servers

Raycast workflow automation MCP server with 9 tools

4
JavaScript
MIT
View repository →

Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats

2
TypeScript
MIT
View repository →

AI Agent Guardrails MCP server - security layer

1
Rust
MIT
View repository →

53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics

1
JavaScript
MIT
View repository →

Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads.

0
TypeScript
MIT
View repository →

IBM Cloud CLI MCP server

0
Rust
MIT
View repository →