artifacts-mcp logo

artifacts-mcp

by djcopley

This repository contains MCP artifacts. It likely provides configuration and scripts for running an artifacts MCP server.

View on GitHub

Last updated: N/A

artifacts-mcp

MCP artifacts repository

{
  "mcpServers": {
    "artifacts": {
      "command": "uv",
      "args": [
        "--directory",
        "<PATH_TO_SERVER>",
        "run",
        "artifacts-mcp"
      ],
      "env": {
        "ARTIFACTS_MMO_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}