n8n MCP server + sub-workflows powering a bilingual (Roman Urdu/English) AI voice assistant — product search via Supabase vector store, order creation, and order updates, connected to a Vapi voice agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-workflow-": {
"command": "npx",
"args": [
"-y",
"Hussain-Gillani/Mcp-Server-workflow-and-subworflows-for-Ai-voice-assistant"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-workflow- npx -y Hussain-Gillani/Mcp-Server-workflow-and-subworflows-for-Ai-voice-assistant
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-workflow-": {
"command": "npx",
"args": [
"-y",
"Hussain-Gillani/Mcp-Server-workflow-and-subworflows-for-Ai-voice-assistant"
]
}
}
}
📋 Copy