whamlink-mcp
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., "@whamlink-mcpPublish this note as a permanent link"
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.
whamlink-mcp
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.
Related MCP server: Swarm MCP
Tools
Tool | What it does |
| 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 HTML / Markdown / PDF / image / text → a permanent URL. Public by default; set |
| List your published links (id, slug, mode, visibility, URL). |
| Change a link's visibility, password, shared-email list, |
| Replace a link's content in place — the URL stays the same. |
| 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 testMaintenance
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/billkinddev/whamlink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server