Skip to main content
Glama
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

Latest Blog Posts

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/rkm097git/euconquisto-composer-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server