@uselink/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., "@@uselink/mcpcreate a new document with the design proposal and publish it"
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.
@uselink/mcp
Model Context Protocol (MCP) server for uselink. Lets Claude, Cursor, Codex, and other MCP-aware AI tools publish HTML/Markdown docs, upload assets, and reply to stakeholder comments directly from the editor — no manual copy-paste, no portal switch.
Status:
0.1.0— all tools shipped.
Install
npm install -g @uselink/mcpOr run on demand without a global install:
npx -y @uselink/mcpEnvironment
Variable | Required | Default | Notes |
| Yes | — | Personal access token from uselink → Settings → Developer. Format: |
| No |
| Override for self-hosted or staging environments. |
Add to Claude Code
claude mcp add uselink npx -y @uselink/mcpThen set the API key in the Claude Code MCP environment for the uselink server, or export it in your shell before launching Claude Code.
Tools
Read tools
Tool | Description |
| List documents in a workspace |
| Read full document content by ID |
| Full-text search across a workspace |
| List threaded comments on a document |
| List assets attached to a document |
Write tools
Tool | Description |
| Create a new document (HTML or Markdown) |
| Update title, content, or format (slug is immutable) |
| Publish a document (makes it publicly accessible) |
| Unpublish a document |
| Delete a document |
| Upload an image or file from local disk |
| Upload a zip archive; server extracts and stores each file |
| Reply to an existing comment thread |
| Mark a comment thread as resolved |
Orchestrator
Tool | Description |
| Upload local images, rewrite |
Development
npm install
npm run build # compile to dist/
npm run dev # run via tsx
npm run smoke # local smoke test (lists tools)Publishing
This package publishes from CI on tags matching mcp-v*.*.* via .github/workflows/publish-mcp.yml.
Prerequisite (one-time, manual): the @uselink npm organization must be reserved on npmjs.com and the NPM_TOKEN secret added to the GitHub repo before the first publish.
License
MIT
This server cannot be installed
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
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/c0x12c/uselink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server