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 与智能体 分类下的更多 MCP 服务器