1. Conduid
  2. Developer Tools
  3. Social Shots
MCP server · Developer Tools

Social Shots

CLI to run MCP server from Social Shots project

Unclaimed devtools
37Low

Scored 4 months ago · breakdown

About Social Shots

Social Shots is an MCP server in the Developer Tools category: cLI to run MCP server from Social Shots project. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add social-shots -- npx -y social-shots-mcp
npx
npx -y social-shots-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Social Shots

Powered by Claude · Grounded in docs

I know everything about Social Shots. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Social Shots

A curated collection of UI/UX design shot assets by Rakibul, including:

  • Dribbble shots (single-shot project folders)
  • Instagram carousel shots (1/1, 1/2, and 1/3 carousel formats)

Repository Structure

.
├── Dribbble Shot/
├── Instagram Carousel Saas Shot - 1/
├── index.html          # Public index (project/image explorer)
├── project.html        # Per-project detail page
├── shots-data.js       # Generated gallery dataset
├── styles.css          # Shared styles for all gallery pages
├── viewer.html         # Dedicated image viewer experience
└── README.md

Public Gallery Experience

  • index.html supports:
    • Project view (browse by project card)
    • Single image view (browse all images directly)
    • Layout switches: Grid, List, Compact
    • Light / Dark mode toggle
    • Search, category filtering, and design tag filtering
    • Favorites collections (save projects + share favorites link)
  • Clicking any project in project view opens project.html with that project's details and images.
  • Clicking an image opens viewer.html with previous/next navigation, filmstrip thumbnails, download/open actions, and a Make video with this project shortcut to Reecap.

Current Collection Snapshot

  • 51 project folders indexed
  • 270 total image files

How to Browse

  1. Open index.html in a browser (or serve this repository with any static file server).
  2. Start in Project view to identify assets by project.
  3. Click a project card to open the dedicated project page.
  4. Click any image to open the dedicated image viewer with navigation controls.
  5. Switch to Single image view if you want a flat all-images explorer.

MCP Integration

A minimal MCP server is available under mcp/server.py, with setup details in mcp/README.md.

The MCP server includes expanded tools for tags, similarity, and video sequencing workflows.

To distribute MCP publicly, this repo includes package.json with CLI command social-shots.

After publishing to npm, users can run:

npm install -g social-shots-mcp
social-shots --data /path/to/shots-data.js

You can also provide the data file path via environment variable:

SHOTS_DATA_PATH=/path/to/shots-data.js social-shots

If the file is missing, the CLI now exits with a clear error message instead of crashing.

License

This repository is distributed under the terms of the LICENSE file.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Social Shots

How do I install Social Shots?

Run claude mcp add social-shots -- npx -y social-shots-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Social Shots safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Social Shots still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.