MCP Server for Claude Desktop
@amoga-org
About MCP Server for Claude Desktop
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"appstudio": {
"command": "npx",
"args": [
"-y",
"mcp-server-amogastudio"
],
"env": {
"MCP_API_KEY": "YOUR_API_KEY"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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`.
Basic information
More AI & Agents MCP servers
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Comments