MCP server for Chowdeck (Nigeria) food & grocery delivery — discover, order, and track from an AI agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chowdeck-mcp": {
"command": "npx",
"args": [
"-y",
"thathman/chowdeck-mcp"
]
}
}
}
Run in terminal:
claude mcp add chowdeck-mcp npx -y thathman/chowdeck-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"chowdeck-mcp": {
"command": "npx",
"args": [
"-y",
"thathman/chowdeck-mcp"
]
}
}
}