A Model Context Protocol (MCP) server for managing a movie database with search, CRUD operations, and image support
{
"mcpServers": {
"movies-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A production-ready Model Context Protocol (MCP) server for intelligent movie database management, built with Clean Architecture principles and optimized for AI-assisted environments.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 144 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Manage Supabase projects — databases, auth, storage, and edge functions
Query and manage PostgreSQL databases directly from AI assistants
An official Qdrant Model Context Protocol (MCP) server implementation
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Movies Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A production-ready Model Context Protocol (MCP) server for intelligent movie database management, built with Clean Architecture principles and optimized for AI-assisted environments.
🎉 Powered by Official Golang MCP SDK v1.1.0 Built with the official MCP SDK maintained by Anthropic and Google, providing type safety, automatic schema generation, and production-ready reliability. See SDK Migration for migration details.
✅ SDK-Only Implementation The legacy custom server has been archived. This project now uses only the official SDK-based server at
cmd/server-sdk/. See Server Status for details.
Movies MCP Server is a sophisticated movie database management system that communicates via the Model Context Protocol—designed specifically for integration with AI assistants like Claude. Unlike traditional HTTP APIs, it uses JSON-RPC over stdin/stdout to provide seamless, intelligent movie and actor data operations.
Perfect for:
get_movie - Retrieve movie by IDadd_movie - Create movie with title, director, year, rating, genres, posterupdate_movie - Update existing movie detailsdelete_movie - Delete movie by IDlist_top_movies - Get top-rated movies with configurable limitsearch_movies - Multi-criteria search (title, director, genre, year range, rating)search_by_decade - Find movies from specific decades (1990s, 2000s, etc.)search_by_rating_range - Filter movies by rating boundariesadd_actor - Create actor with name, birth year, biographyget_actor - Retrieve actor by IDupdate_actor - Update actor informationdelete_actor - Delete actorlink_actor_to_movie - Associate actor with movieunlink_actor_from_movie - Remove actor-movie associationget_movie_cast - Get all actors in a movieget_actor_movies - Get all movies for an actorsearch_actors - Search actors by name with birth year filteringbulk_movie_import - Import multiple movies with error trackingmovie_recommendation_engine - AI-powered recommendations with preference scoringdirector_career_analysis - Career trajectory with early/mid/l