Smugmug Docs Server
БесплатноНе проверенA lightweight MCP server for searching SmugMug documentation and calling the live SmugMug API.
Описание
A lightweight MCP server for searching SmugMug documentation and calling the live SmugMug API.
README
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
Setup
- Install Node.js 20+.
- Install dependencies:
npm install
- Build the server:
npm run build
- Start it locally:
npm start
How 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 build
2. 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_SECRET
Example 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"
}
Установка Smugmug Docs Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Mark425/smugmug-docs-mcp-serverFAQ
Smugmug Docs Server MCP бесплатный?
Да, Smugmug Docs Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Smugmug Docs Server?
Нет, Smugmug Docs Server работает без API-ключей и переменных окружения.
Smugmug Docs Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Smugmug Docs Server в Claude Desktop, Claude Code или Cursor?
Открой Smugmug Docs Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare Smugmug Docs Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
