# Quick Start Guide
Get the Opus MCP Server running in 3 minutes!
## Step 1: Install (Choose One)
### Option A: From Package File
```bash
npm install opus-mcp-server-1.0.0.tgz
cd node_modules/opus-mcp-server
```
### Option B: From Source
```bash
cd opus-mcp-server
npm install
```
## Step 2: Setup
Run the interactive setup:
```bash
npm run setup
```
You'll be asked for:
1. **Your Opus API Key** - Get from: Opus Platform → My Organization → API Keys
2. **Installation type** - Choose Claude Desktop, Factory/Droid, or Custom
The script will automatically configure your MCP client!
## Step 3: Restart
Restart your MCP client:
- **Claude Desktop**: Quit and reopen the application
- **Factory/Droid**: Restart the droid session
## Step 4: Test
Try it out! Ask your AI:
```
Get workflow details for ID: 0QmgC3yBQZTRUH2k
```
The AI should use the `get_workflow_details` tool and show you the workflow schema!
## What's Next?
- **See USAGE_EXAMPLE.md** for complete workflows
- **Read README.md** for all available tools
- **Check WORKFLOW_INFO.md** for your specific workflow
## Common Issues
**"OPUS_SERVICE_KEY required"**
→ Run `npm run setup` again with your API key
**"Build files not found"**
→ Run `npm run build` first
**Tools not appearing**
→ Make sure you restarted your MCP client
## Full Documentation
- **INSTALL.md** - Detailed installation instructions
- **README.md** - Complete API reference
- **DISTRIBUTION.md** - How to share with others
## Test Your Connection
```bash
npm run test-connection
```
Enter your API key and workflow ID to verify everything works!
---
**Need Help?** Check the documentation files or test your connection.
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Moenamatics/Opus-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server