@uselink/mcp

@uselink/mcp

MCP server to publish HTML/Markdown docs, upload assets, and reply to stakeholder comments on uselink.app directly from AI tools like Claude and Cursor.

Category
Visit Server

README

@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/mcp

Or run on demand without a global install:

npx -y @uselink/mcp

Environment

Variable Required Default Notes
USELINK_API_KEY Yes Personal access token from uselink → Settings → Developer. Format: ulk_pat_xxx.
USELINK_API_BASE No https://backend.uselink.app Override for self-hosted or staging environments.

Add to Claude Code

claude mcp add uselink npx -y @uselink/mcp

Then 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
uselink_list_documents List documents in a workspace
uselink_read_document Read full document content by ID
uselink_search_documents Full-text search across a workspace
uselink_list_comments List threaded comments on a document
uselink_list_assets List assets attached to a document

Write tools

Tool Description
uselink_create_document Create a new document (HTML or Markdown)
uselink_update_document Update title, content, or format (slug is immutable)
uselink_publish_document Publish a document (makes it publicly accessible)
uselink_unpublish_document Unpublish a document
uselink_delete_document Delete a document
uselink_upload_asset Upload an image or file from local disk
uselink_upload_zip Upload a zip archive; server extracts and stores each file
uselink_reply_comment Reply to an existing comment thread
uselink_resolve_comment Mark a comment thread as resolved

Orchestrator

Tool Description
uselink_publish_with_assets Upload local images, rewrite <img src> to CDN URLs, create document, and publish — in one call

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

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

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.

Official
Featured