Whamlink
БесплатноНе проверенLets MCP clients publish a single file to a permanent, shareable link via whamlink. Supports tools for managing links, including registration, publishing, listi
Описание
Lets MCP clients publish a single file to a permanent, shareable link via whamlink. Supports tools for managing links, including registration, publishing, listing, updating access, replacing content, and deleting links.
README
An MCP server for whamlink — let any MCP client (Claude Desktop, IDEs, agents) publish a single file to a permanent, shareable link.
Setup
- Get an API key: register at https://whamlink.com/app, then create a key under Keys.
- Add the server to your MCP client config, passing the key via
WHAMLINK_API_KEY.
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"whamlink": {
"command": "npx",
"args": ["-y", "whamlink-mcp"],
"env": { "WHAMLINK_API_KEY": "wl_your_key_here" }
}
}
}
Running from source instead of npm: "command": "node", "args": ["/path/to/whamlink/mcp/dist/index.js"] (after npm install && npm run build in mcp/).
Environment
WHAMLINK_API_KEY(optional) — your whamlink API key. If unset, the server still starts; the agent canregisterto create an account in-session (save the returned key here to persist).WHAMLINK_BASE_URL(optional) — defaults tohttps://whamlink.com.
Tools
| Tool | What it does |
|---|---|
register |
Create an account on the user's behalf (consent + real email). Lets a new user go zero-to-published without setting a key first. |
publish_link |
Publish HTML / Markdown / PDF / image / text → a permanent URL. Public by default; set visibility to private / password / email to gate it. |
list_links |
List your published links (id, slug, mode, visibility, URL). |
set_link_access |
Change a link's visibility, password, shared-email list, allowNetwork, or title. |
replace_link_content |
Replace a link's content in place — the URL stays the same. |
delete_link |
Permanently delete a link. |
PDF and image files aren't supported over MCP (tool args are JSON, which can't carry binary) — use the whamlink dashboard or the multipart API for those.
Never publish secrets, API keys, or private data. Public links are unlisted but anyone with the URL can view them; use private/password/email visibility for anything sensitive.
Develop
npm install
npm run build
npm test
Установка Whamlink
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/billkinddev/whamlink-mcpFAQ
Whamlink MCP бесплатный?
Да, Whamlink MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Whamlink?
Нет, Whamlink работает без API-ключей и переменных окружения.
Whamlink — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Whamlink в Claude Desktop, Claude Code или Cursor?
Открой Whamlink на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Whamlink with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
