pipeworx-io/mcp-movies
MCP server for movies and TV shows — search via iTunes and TVmaze
Platform-specific configuration:
{
"mcpServers": {
"mcp-movies": {
"command": "npx",
"args": [
"-y",
"mcp-movies"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Movies MCP — wraps iTunes Search API (movies, free, no auth) and TVmaze API (TV shows, free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"movies": {
"url": "https://gateway.pipeworx.io/movies/mcp"
}
}
}Or use the CLI:
npx pipeworx use moviesMIT
Loading reviews...