MCP Server for Claude Desktop

by amoga-org

224 downloads
Not rated
GitHub

Description

# MCP Server for Claude Desktop This MCP server allows you to interact with the Amoga Studio API through Claude Desktop. ## Quick Setup (No Clone Required) Add this server to your Claude Desktop configuration by adding one of the following configurations: ### Using npx: ```json…

About

# MCP Server for Claude Desktop This MCP server allows you to interact with the Amoga Studio API through Claude Desktop. ## Quick Setup (No Clone Required) Add this server to your Claude Desktop configuration by adding one of the following configurations: ### Using npx: ```json { "mcpServers": { "appstudio": {…

Details

Author
amoga-org
Downloads
224
Categories
Productivity, Communication, Automation, AI

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server for Claude Desktop
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

MCP Server for Claude Desktop

This MCP server allows you to interact with the Amoga Studio API through Claude Desktop.

Quick Setup (No Clone Required)

Add this server to your Claude Desktop configuration by adding one of the following configurations:

Using npx:

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

Using uvx:

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

Replace YOUR_API_KEY with your Amoga Studio API key.

Manual Setup (For Development)

1. Install dependencies:

npm install

2. Build the server:

npm run build

Using with Claude Desktop

The server provides the following capabilities:

- Create applications
- Get all applications
- Delete applications
- Get app contracts
- Create objects with attributes, statuses, and relationships
- Create Status Origination Trees (SOT)

Example Usage

Once configured, you can interact with the server through Claude Desktop. For example:

"Create a new application called 'My App'"
"List all applications"
"Create an object with status and attributes"

The server will handle authentication automatically using the provided API key.

Configuration Options

The server accepts the following environment variables:

- MCP_API_KEY (required): Your Amoga Studio API key
- BASE_URL (optional): The base URL of your Amoga Studio instance
- TENANT_NAME (optional): Your tenant name (can be specified per command)

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.