smugmug-docs-mcp-server
Provides tools to search SmugMug documentation, fetch documentation pages, and make live API calls to SmugMug using stored credentials.
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., "@smugmug-docs-mcp-serversearch SmugMug docs for how to create an album"
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.
SmugMug Docs MCP Server
This project creates a lightweight TypeScript MCP server that wraps the SmugMug API reference docs over stdio and can also call the live SmugMug API using credentials from the local secrets file.
What it provides
The server exposes three tools:
search_smugmug_docs(query)to search a bundled catalog of SmugMug docs topicsfetch_smugmug_doc(input)to fetch content for a docs page or docs pathsmugmug_api_call(path, method, params)to call the live SmugMug API using the credentials insecrets.txt
Related MCP server: mcp-docs
Setup
Install Node.js 20+.
Install dependencies:
npm installBuild the server:
npm run buildStart it locally:
npm startHow to use it in VS Code
This repository includes a VS Code MCP configuration in .vscode/mcp.json, so the server can be launched directly from the workspace.
1. Make sure the server is built
Run:
npm run build2. Open the workspace in VS Code
The server should be discoverable through the MCP configuration in .vscode/mcp.json.
3. Connect the MCP server
In VS Code, use the MCP or chat tool integration to connect to the server defined in .vscode/mcp.json.
Once connected, you can ask the agent to use tools such as:
"Search the SmugMug docs for albums"
"Fetch the SmugMug API overview page"
"Call the live SmugMug API at /api/v2/user"
4. Optional: use your credentials
If you want the live API tool to work, place your SmugMug API key and secret in secrets.txt using this format:
smug mug api key: YOUR_API_KEY
smug mug secret: YOUR_API_SECRETExample tool calls
Search docs
{
"query": "albums"
}Fetch a docs page
{
"input": "tutorial/api-key.html"
}Call the live API
{
"path": "/api/v2/user",
"method": "GET"
}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
- 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/Mark425/smugmug-docs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server