mcp-itunes-search
Provides tools to search Apple's iTunes catalog for music, movies, podcasts, TV shows, apps, ebooks, and more; look up items by ID; and retrieve top podcasts and ebooks charts.
Click on "Deploy 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-itunes-searchsearch for Taylor Swift albums"
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.
@pipeworx/itunes-search
Apple iTunes Search MCP — search across the iTunes Store catalog: music, movies, podcasts, audiobooks, ebooks, software/apps. No auth.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Tools
search(term, media?, entity?, attribute?, country?, limit?, lang?, explicit?)— primary searchlookup(id?, bundle_id?, isbn?, upc?, amg_artist_id?, amg_album_id?, country?, entity?, limit?)— exact-ID lookuptop_movies(country?, limit?)— top-grossing movies (RSS-based)top_podcasts(country?, limit?)— top podcaststop_books(country?, limit?, free_or_paid?)— top ebooks
Related MCP server: mcp-apple
Data source
Search:
https://itunes.apple.com/searchLookup:
https://itunes.apple.com/lookupCharts:
https://rss.applemarketingtools.com/api/v2/<country>/...
Rate limit ~20 req/min per IP for search/lookup; charts are static and cached.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"itunes-search": {
"url": "https://gateway.pipeworx.io/itunes-search/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/itunes-search/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Itunes Search data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Movies and TV show data — search, details, ratings, and cast from iTunes and TVmaze APIs
App store listings, details, searches, reviews and app-store search results.
Read products, sales, subscribers and offer codes; verify, enable and disable product licenses.
Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceIntegrates Apple Music with MCP clients to search the global catalog, manage personal playlists, and access library data. It enables users to perform actions like creating playlists, adding tracks, and viewing recommendations through natural language commands.1-
- FlicenseBqualityDmaintenanceProvides tools to search for apps and music via the iTunes Search API and monitor the operational status of various Apple system services.36 npm-
- AlicenseNot gradedqualityDmaintenanceEnables searching the App Store, retrieving app details, discovering trending apps, and accessing screenshots and release information via Apple's public APIs.9 npm4MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching podcasts, episodes, curated content, and people, as well as retrieving top podcasts via the Listen Notes API.2 npmMIT