MCP.so
ログイン

artifacts-mcp

@djcopley

artifacts-mcp について

MCP Server for Artifacts MMO

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

djcopley

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is artifacts-mcp?

It is an MCP server that functions as an artifacts repository. It is intended for use with the MCP protocol, requires an authentication token, and is run with uv.

How to use artifacts-mcp?

Add the provided JSON configuration to your MCP client’s mcpServers section, replacing <PATH_TO_SERVER> with the actual path to the server directory and <YOUR_TOKEN> with your authentication token.

Key features

  • Serves as an MCP artifacts repository
  • Requires ARTIFACTS_MMO_TOKEN for authentication
  • Uses uv as the runtime command

Use cases of artifacts-mcp

FAQ from artifacts-mcp

How do I configure artifacts-mcp in my MCP client?

Add the configuration block shown in the README to your client’s `

コメント

「その他」の他のコンテンツ