Artifacts
Rank #6,623io.github.kuyazee/artifacts
Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain
Artifacts is a Model Context Protocol (MCP) server published by kuyazee. It ranks #6,623 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Artifacts is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jul 8, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 125,423 of 132,046 servers on MCP Toplist.
Use Artifacts
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add artifacts -e "ARTIFACTS_API_KEY=<your ARTIFACTS_API_KEY>" -e "BASE_URL=<your BASE_URL>" -- docker run -i --rm ghcr.io/kuyazee/artifacts:latestReplace each placeholder with your own value before saving.
[mcp_servers.artifacts]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/kuyazee/artifacts:latest"]
[mcp_servers.artifacts.env]
ARTIFACTS_API_KEY = "<your ARTIFACTS_API_KEY>"
BASE_URL = "<your BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifacts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<your ARTIFACTS_API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifacts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<your ARTIFACTS_API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"artifacts": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<your ARTIFACTS_API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifacts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<your ARTIFACTS_API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"artifacts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kuyazee/artifacts:latest"
],
"env": {
"ARTIFACTS_API_KEY": "<your ARTIFACTS_API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kuyazee%2Fartifacts)<a href="https://mcptoplist.com/server/io.github.kuyazee%2Fartifacts"><img src="https://mcptoplist.com/badge/io.github.kuyazee%2Fartifacts.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kuyazee
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Artifacts?
- Artifacts is maintained by kuyazee, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Artifacts listed on the Official MCP Registry?
- Yes — Artifacts is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Artifacts have?
- MCP Toplist tracks 1 version of Artifacts, most recently published on Jul 8, 2026.
- Where can I find the source code for Artifacts?
- The source code for Artifacts is hosted at github.com/kuyazee/artifacts.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.