https://github.com/thorwebdev/conversational-commerce
ElevenLabs Agent with Storefront MCP UI Server & MCP UI client
https://github.com/thorwebdev/conversational-commerce
Last synced: 8 months ago
JSON representation
ElevenLabs Agent with Storefront MCP UI Server & MCP UI client
- Host: GitHub
- URL: https://github.com/thorwebdev/conversational-commerce
- Owner: thorwebdev
- Created: 2025-09-11T19:18:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T16:01:23.000Z (9 months ago)
- Last Synced: 2025-09-29T18:10:22.755Z (9 months ago)
- Language: TypeScript
- Size: 2.88 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
### ElevenLabs Agent
1. Create a new agent in ElevenLabs
1. Add a custom MCP server using SSE and url https://mcpstorefront.com/?store=allbirds.com&mode=prompt
1. Copy the Agent ID and add to .env.local as AGENT_ID
1. Add the ElevenLabs API key to .env.local as ELEVENLABS_API_KEY
1. Install dependencies with `pnpm install`
1. Run the project with `pnpm dev`