mcp-apple
Allows checking the operational status of various Apple system services and querying the iTunes Search API.
Provides tools to search for music tracks, artists, and albums on Apple Music.
Enables looking up app information and metadata directly from the Apple App Store.
Allows monitoring the operational status and availability of iCloud services.
Supports querying the iTunes Search API for music tracks and application metadata.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-appleis the App Store down right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-apple
An MCP (Model Context Protocol) connector for Apple services. This server exposes tools for querying the iTunes Search API and checking Apple system service status.
Tools
check_app_store_info
Look up app information from the Apple App Store using the iTunes Search API.
Parameters:
app_name(string, required): Name of the app to search for.country(string, optional, default:"us"): Two-letter country code (e.g.,"us","gb","jp").
Example:
{
"app_name": "Xcode",
"country": "us"
}search_music
Search for music tracks on Apple Music / iTunes using the iTunes Search API.
Parameters:
query(string, required): Search query (artist, track name, album, etc.).limit(number, optional, default:10): Number of results to return (max 200).
Example:
{
"query": "Taylor Swift Shake It Off",
"limit": 5
}check_service_status
Check the operational status of Apple services (iCloud, App Store, Apple Music, etc.) using Apple's official System Status page.
Parameters:
service(string, optional): Filter by a specific service name (case-insensitive substring match). If omitted, returns the status of all Apple services.
Example:
{
"service": "iCloud"
}Related MCP server: AppRanks MCP Server
Installation
From npm (when published)
npm install -g @striderlabs/mcp-appleFrom source
git clone <repo-url>
cd mcp-apple
npm install
npm run buildUsage
Running the server directly
node dist/index.jsOr if installed globally:
mcp-appleConfiguring with Claude Desktop
Add the following to your Claude Desktop configuration file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"apple": {
"command": "mcp-apple"
}
}
}Or if running from the built source:
{
"mcpServers": {
"apple": {
"command": "node",
"args": ["/path/to/mcp-apple/dist/index.js"]
}
}
}Configuring with other MCP clients
The server communicates over stdio using the MCP protocol. Point your MCP client to the dist/index.js file or the mcp-apple binary.
Development
# Install dependencies
npm install
# Build
npm run build
# Pack for distribution
npm packAPIs Used
iTunes Search API:
https://itunes.apple.com/search— Public Apple API, no authentication required.Apple System Status:
https://www.apple.com/support/systemstatus/data/system_status_en_US.js— Public Apple status endpoint, no authentication required.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides real-time data for package versions, download counts, and cloud service statuses across npm, PyPI, and various service providers. It enables users to perform technical lookups and monitor service uptime through natural language commands.Last updated4MIT
- Alicense-qualityDmaintenanceProvides live App Store rankings, charts, app details, reviews, and search across 55 countries, enabling AI assistants to query app store data.Last updated72MIT
- Alicense-qualityDmaintenanceEnables searching the App Store, retrieving app details, discovering trending apps, and accessing screenshots and release information via Apple's public APIs.Last updated184MIT
- Alicense-qualityCmaintenanceEnables analysis and management of iOS/macOS apps via the App Store Connect API, including app management, reviews, sales reports, analytics, performance metrics, and TestFlight.Last updated242MIT
Related MCP Connectors
iTunes Search MCP — Apple's public catalog search
Check real-time uptime and incident status for 100+ APIs and cloud services.
Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-apple'
If you have feedback or need assistance with the MCP directory API, please join our Discord server