Wraps the iTunes Search API and TVmaze API to give Claude access to movie and TV show data without any authentication. You can search for titles, pull details like ratings and cast information, and query both platforms from a single interface. Part of the Pipeworx gateway ecosystem, so you can either connect to this specific server or access it alongside 250+ other data sources through their unified endpoint. Supports the ask_pipeworx pattern where you ask questions in plain English instead of calling tools directly. Useful when you need entertainment metadata for recommendations, building watchlists, or enriching content with cast and rating information.
Movies MCP — wraps iTunes Search API (movies, free, no auth) and TVmaze API (TV shows, free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"movies": {
"url": "https://gateway.pipeworx.io/movies/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Movies data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp