Smugmug

Smugmug

SmugMug is a platform for photographers to showcase, share, and sell their photos and videos.

46VIEWS
11USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app smugmugnpx @composio/cli add cursor --app smugmugnpx @composio/cli add cursor --app smugmugnpx @composio/cli add cursor --app smugmug

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Folder Details

This tool retrieves the details of a specific folder for a smugmug user using its node id. tags = ["important", "openworldhint", "readonlyhint"] creation and modification dates, node id, and optionally the uri of the album set as the highlight.

Get Node Details

This tool retrieves the details for a specific node (e.g., album, folder, page) using its unique nodeid. it uses the api endpoint get /api/v2/node/{nodeid} to fetch details such as uri, nodeid, name, type, and urlpath.

Get User Profile

Retrieves the public profile information for a smugmug user.

List Albums In Folder

This tool retrieves a list of all albums within a specified user's folder on smugmug. it allows for pagination to handle large numbers of albums.

List Child Nodes

Retrieves a list of all child nodes (albums or folders) for a specified parent node in smugmug.

5 actions available