Integrates Amoga Studio with Claude Desktop for enhanced productivity and communication.
This MCP server allows you to interact with the Amoga Studio API through Claude Desktop.
Add this server to your Claude Desktop configuration by adding one of the following configurations:
{
"mcpServers": {
"appstudio": {
"command": "npx",
"args": [
"-y",
"mcp-server-amogastudio"
],
"env": {
"MCP_API_KEY": "YOUR_API_KEY"
}
}
}
}
{
"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.
npm install
npm run build
The server provides the following capabilities:
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.
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)Interact with the Productive.io API for project management and productivity tasks.
A text enhancement tool that transforms story content into rich, detailed narratives using advanced literary techniques and heuristic analysis.
Provides read-only access to issues within the Linear project management tool.
AnkiConnect MCP server for interacting with Anki via AnkiConnect.
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
Integrate with Google Sheets to read, write, and manage spreadsheet data.
Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab.
Integrates with Google Calendar to manage events, reminders, and schedules using OAuth 2.0.
Integrates with Wiki.js, enabling AI to read and update documentation.
MCP server to interact with Routine: calendars, tasks, notes, etc.