claude-desktop-setup.mdā¢3.17 kB
# Claude Desktop Integration Guide v5.2.0
**Version**: v5.2.0 FULLY OPERATIONAL
**Date**: January 12, 2025
**Status**: ā
FULLY OPERATIONAL - Complete Integration Guide
**Sync**: EuConquisto Composer MCP v5.2.0
## š Quick Setup Instructions
### 1. Claude Desktop Configuration
Add the following to your Claude Desktop MCP configuration:
**File location**: `~/Library/Application Support/Claude/claude_desktop_config.json`
```json
{
"mcpServers": {
"euconquisto-composer": {
"command": "node",
"args": [
"--max-old-space-size=4096",
"/Users/ricardokawasaki/Desktop/euconquisto-composer-mcp-poc/dist/index.js"
],
"env": {
"NODE_ENV": "production"
}
}
}
}
```
### 2. Test the Connection
After restarting Claude Desktop, test with these commands:
1. **Test Connection**:
```
Can you test the connection to the EuConquisto Composer MCP server?
```
2. **Get Widget Info**:
```
Show me information about the text widget analysis
```
3. **Get Composer URL**:
```
Generate an authenticated URL to access EuConquisto Composer
```
### 3. Widget Analysis Validation
The MCP server provides access to **6 fully analyzed widgets**:
| Widget | Type | Properties | Subtypes | Status |
|--------|------|------------|----------|---------|
| Text | texto | 8 | 9 | ā
Complete |
| Image | imagem | 12 | 5 | ā
Complete |
| Header | cabecalho | 44 | 6 | ā
Complete (SCORM LMS) |
| List | lista | 10 | 3 | ā
Complete |
| Gallery | galeria | 10 | 1 | ā
Complete |
| Hotspot | interatividade | 15 | 25+ icons | ā
Complete |
### 4. Available MCP Tools
- `test-connection`: Verify MCP server functionality
- `get-widget-info`: Get detailed analysis for specific widgets
- `get-composer-url`: Generate authenticated Composer access URL
### 5. Real Composer Access
The server provides direct authenticated access to:
- **URL**: https://composer.euconquisto.com
- **Authentication**: JWT token (admin-level access)
- **Organization**: EuConquisto Development environment
## šÆ Validation Success Criteria
**ā
Connection Test**: MCP server responds successfully
**ā
Widget Analysis**: All 6 widget analyses accessible
**ā
Real Integration**: Authenticated Composer URL generation
**ā
Tool Execution**: All MCP tools function correctly
## šØ Troubleshooting
If connection fails:
1. Verify Node.js 18+ is installed
2. Check file path in configuration
3. Restart Claude Desktop after config changes
4. Check Claude Desktop logs for error messages
## š Testing Examples
### Basic Connection Test
```
User: "Test the MCP connection"
Expected: Success response with widget analysis summary
```
### Widget Analysis Query
```
User: "What subtypes are available for the header widget?"
Expected: 6 templates including Template 3 with SCORM LMS features
```
### Composer Access
```
User: "Get me access to the Composer interface"
Expected: Authenticated URL to composer.euconquisto.com
```
---
**Status**: ā
FULLY OPERATIONAL v5.2.0
**Version**: v5.2.0 "Complete Educational Content Generation"
**Last Updated**: January 12, 2025