KFC MCP Server

KFC MCP Server

An MCP server that enables users to interact with KFC's online ordering system via Playwright browser automation. It supports searching the menu, managing an order cart, finding nearby locations, and initiating checkout for pickup or delivery.

Category
Visit Server

README

@striderlabs/mcp-kfc

MCP (Model Context Protocol) connector for KFC fast food ordering. Uses Playwright browser automation to interact with kfc.com.

Tools

Tool Description
search_menu Search KFC menu items by keyword and category
get_item_details Get details (price, calories, allergens) for an item
add_to_cart Add items to your order cart
view_cart View current cart with subtotals
checkout Initiate checkout (pickup or delivery)
get_order_status Check status of an existing order
find_locations Find KFC restaurants near an address

Installation

npm install -g @striderlabs/mcp-kfc
# Install Playwright browser
npx playwright install chromium

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "kfc": {
      "command": "mcp-kfc"
    }
  }
}

Or with npx (no global install needed):

{
  "mcpServers": {
    "kfc": {
      "command": "npx",
      "args": ["-y", "@striderlabs/mcp-kfc"]
    }
  }
}

Usage with Claude Code

claude mcp add kfc -- npx -y @striderlabs/mcp-kfc

Example Conversation

User: Find a KFC near 10001 and add a Famous Bowl to my cart

Claude: I'll help you find a KFC near 10001 and add a Famous Bowl. [uses find_locations then add_to_cart]

User: What's in my cart and how much will it cost?

Claude: [uses view_cart] You have 1x Famous Bowl ($7.99), estimated total $8.69 with tax.

User: Checkout for pickup

Claude: [uses checkout with delivery_method: "pickup"] Here's your order summary and checkout link...

Development

# Install dependencies
npm install

# Install Playwright browsers
npx playwright install chromium

# Build
npm run build

# Run in dev mode
npm run dev

Architecture

  • Transport: stdio (standard MCP transport)
  • Browser: Playwright Chromium (headless)
  • Cart state: in-memory per session
  • Bundle: esbuild (single dist/index.js, Playwright kept external for native binaries)

Notes

  • Prices shown are estimates based on typical KFC pricing. Exact prices vary by location and are confirmed at checkout on kfc.com.
  • Final order placement requires a KFC account and payment info at kfc.com.
  • Browser automation may be affected by KFC website updates or regional differences.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured