whamlink-mcp
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
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.
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.