A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
ElevenLabs Agent with Storefront MCP UI Server & MCP UI client

Your personal AI shopping assistant for any Shopify store. Just describe the product you want, by name, style, or details, and I'll find it for you.
A cutting-edge conversational commerce platform powered by ElevenLabs Agents and MCP-UI, demonstrating the future of voice-enabled shopping experiences.
Experience the future of shopping at eleven.shopping
Before you begin, ensure you have:
git clone https://github.com/thorwebdev/conversational-commerce.git
cd conversational-commerce
pnpm install
# or
npm install
# or
yarn install
https://mcpstorefront.com/?store=allbirds.com&mode=promptCreate a .env.local file in the root directory:
# ElevenLabs Configuration
AGENT_ID=your_agent_id_here
ELEVENLABS_API_KEY=your_api_key_here
pnpm dev
# or
npm run dev
# or
yarn dev
Open http://localhost:3000 to see your conversational commerce platform in action!
graph TD
A[User Voice Input] --> B[ElevenLabs Agent]
B --> C[MCP Server]
C --> D[Shopify Store Data]
D --> E[Product Results]
E --> F[MCP-UI Renderer]
F --> G[Interactive Product Cards]
G --> H[Voice Response]
H --> A
The main component orchestrating the entire shopping experience with:
Replace the MCP server URL with your store's endpoint:
// In your agent configuration
const mcpServerUrl =
"https://mcpstorefront.com/?store=your-store.com&mode=prompt";
Configure different agent personalities in your ElevenLabs dashboard:
Customize the appearance using Tailwind CSS:
/* In globals.css */
:root {
--primary-color: #your-brand-color;
--accent-color: #your-accent-color;
}
| Variable | Description | Required |
|---|---|---|
AGENT_ID | Your ElevenLabs Agent ID | ✅ |
ELEVENLABS_API_KEY | Your ElevenLabs API key | ✅ |
GET /api/webrtc-token - Retrieves conversation token for voice sessionGET /api/test-env - Validates environment configuration# Build the application
pnpm build
# Start production server
pnpm start
We welcome contributions! Please see our Contributing Guide for details.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by the ElevenLabs community
Website • Demo • Documentation • Community
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba