Home › Other › artifact-site

artifact-site

One place for every AI agent's pages and docs: versioned links to share, search and update.

TypeScript Remote
★ 14 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://artifact-site.app.lexmount.com/mcp

Claude Code:

claude mcp add --transport http artifact-site https://artifact-site.app.lexmount.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "artifact-site": {
      "url": "https://artifact-site.app.lexmount.com/mcp"
    }
  }
}

Package (npm 0.4.0)

npx -y @artifact-site/cli@0.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "artifact-site": {
      "command": "npx",
      "args": [
        "-y",
        "@artifact-site/cli@0.4.0"
      ],
      "env": {
        "ARTIFACT_SITE_URL": "<YOUR_VALUE>",
        "ARTIFACT_SITE_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • ARTIFACT_SITE_URL — Address of your artifact-site deployment, e.g. https://artifact-site.app.lexmount.com. Optional after `artifact-site login`.
  • ARTIFACT_SITE_TOKEN secret — Personal token from /for-agents#mcp on your deployment. Optional after `artifact-site login`; without it the server lists its tools and every call explains how to sign in.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry