Uses SQLite for persistent caching of Disney parks data with 24-hour cache duration and full-text search capabilities for entity lookups.
Disney Parks MCP Server
An MCP (Model Context Protocol) server that provides Disney parks data to Claude Code. Returns structured data for attractions, dining, and other park entities.
Features
Attraction data: Height requirements, Lightning Lane status, thrill levels, single rider availability
Dining data: Service type, meal periods, cuisine, reservations, mobile ordering
Fuzzy search: Find entities by name with intelligent matching
Auto-caching: 24-hour cache with SQLite persistence
Dual data sources: Disney Finder API (primary) with ThemeParks.wiki fallback
Installation
Usage
With Claude Code
Add to your Claude Code MCP configuration:
Development
Tools
disney_destinations
List all supported Disney destinations with their parks.
disney_attractions
Get attractions for a destination or park.
Parameter | Type | Required | Description |
| string | Yes |
|
| string | No | Filter to specific park |
| boolean | No | Only Lightning Lane attractions |
| number | No | Max height in inches |
| string | No |
|
| boolean | No | Only single rider attractions |
disney_dining
Get dining locations for a destination or park.
Parameter | Type | Required | Description |
| string | Yes |
|
| string | No | Filter to specific park |
| string | No |
|
| string | No |
|
| boolean | No | Only reservation restaurants |
| boolean | No | Only character dining |
disney_entity
Look up a specific entity by ID or fuzzy name search.
Parameter | Type | Required | Description |
| string | No* | Entity ID for exact lookup |
| string | No* | Entity name for fuzzy search |
| string | No | Limit search to |
| string | No |
|
*Either id or name is required.
disney_status
Get server health and cache statistics.
Parameter | Type | Required | Description |
| boolean | No | Include entity breakdown |
Configuration
Environment variables (all prefixed with MOUSE_MCP_):
Variable | Default | Description |
|
| Log level: |
|
| SQLite database path |
|
| Request timeout in ms |
|
| Run Playwright in headless mode |
Architecture
Supported Destinations
Walt Disney World Resort (wdw)
Magic Kingdom Park
EPCOT
Disney's Hollywood Studios
Disney's Animal Kingdom Theme Park
Disneyland Resort (dlr)
Disneyland Park
Disney California Adventure Park
License
MIT