Claude Desktop
Integrates Amoga Studio with Claude Desktop for enhanced productivity and communication.
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)
- Install dependencies:
npm install
- 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 keyBASE_URL
(optional): The base URL of your Amoga Studio instanceTENANT_NAME
(optional): Your tenant name (can be specified per command)
Related Servers
Routine
MCP server to interact with Routine: calendars, tasks, notes, etc.
Outline MCP Server
MCP server for the Outline knowledge base and document management tool.
Cua
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Gmail MCP Server
An MCP server for interacting with Gmail and Google Calendar, enabling context-aware email and event management.
TheBrain MCP Server
Interact with TheBrain's knowledge management system using its API.
MCP Microsoft Office Bridge
A secure, multi-user server connecting LLMs to Microsoft 365 services.
MCP Custom Tools
A versatile server with tools for date/time, file management, system info, text processing, and web operations.
Taiga MCP Server
A server for Taiga project management, enabling advanced sprint and issue tracking.
monday.com MCP
An open framework to connect AI agents into your monday.com work OS, giving them secure access to data and tools to take action.
Jira
A server for querying Jira issues, requiring a Jira token for authentication.