MCP.so
ログイン

MCP Server for Claude Desktop

@amoga-org

MCP Server for Claude Desktop について

概要はまだありません

設定

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

{
  "mcpServers": {
    "appstudio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-amogastudio"
      ],
      "env": {
        "MCP_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

ツール

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

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

概要

What is MCP Server for Claude Desktop?

MCP Server for Claude Desktop is a server that enables interaction with the Amoga Studio API via Claude Desktop. It provides tools for managing applications, objects, and status origination trees.

How to use MCP Server for Claude Desktop?

Configure the server in Claude Desktop by adding the provided JSON config using npx or uvx, with your Amoga Studio API key. Optionally, clone the repository and build manually for development.

Key features of MCP Server for Claude Desktop

  • Create applications via Claude Desktop
  • List all applications
  • Delete applications
  • Get application contracts
  • Create objects with attributes, statuses, relationships
  • Create Status Origination Trees (SOT)

Use cases of MCP Server for Claude Desktop

  • Quickly create and manage Amoga Studio applications from Claude Desktop.
  • List and delete applications without leaving the chat.
  • Create structured objects with attributes and statuses.
  • Model state transitions using Status Origination Trees (SOT).

FAQ from MCP Server for Claude Desktop

What API key is required?

The server requires an Amoga Studio API key, set as the MCP_API_KEY environment variable.

Can I set up the server without cloning the repository?

Yes, you can add the server to Claude Desktop using npx or uvx without cloning the repository.

What configuration options are available?

The server accepts MCP_API_KEY (required), BASE_URL (optional), and TENANT_NAME (optional) environment variables.

How do I interact with the server after configuration?

You can use natural language prompts like "Create a new application called My App" or "List all applications" in Claude Desktop.

Can I set up the server manually for development?

Yes, you can clone the repository, install dependencies with npm install, and build with npm run build.

よくある質問

What API key is required?

The server requires an Amoga Studio API key, set as the `MCP_API_KEY` environment variable.

Can I set up the server without cloning the repository?

Yes, you can add the server to Claude Desktop using npx or uvx without cloning the repository.

What configuration options are available?

The server accepts `MCP_API_KEY` (required), `BASE_URL` (optional), and `TENANT_NAME` (optional) environment variables.

How do I interact with the server after configuration?

You can use natural language prompts like "Create a new application called My App" or "List all applications" in Claude Desktop.

Can I set up the server manually for development?

Yes, you can clone the repository, install dependencies with `npm install`, and build with `npm run build`.

コメント

「AI とエージェント」の他のコンテンツ