Movie Database
About
Access a MongoDB movie database using natural language queries.
Details
- Author
- patw
- Categories
- Database
Jump to
Setup
Install Movie Database in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/patw/movie-mcp-simple
Follow the installation instructions in the repository README, then restart your MCP client.
A FastMCP server that provides access to a MongoDB movie database with natural language queries.
- Search movies by title, genre, actor, year, or rating
- Get top-rated movies by year or genre
- Count movies matching criteria
- Get detailed information about specific movies
- Python 3.7+
- MongoDB (local or cloud)
- sample_mflixdatabase withmoviescollection
git clone https://github.com/patw/movie-mcp-simple.git cd movie-mcp-simple
pip install pymongo fastmcp python-dotenv
- Create a.envfile with your MongoDB connection string:
Edit the.envfile to add your actual MongoDB URI.
Configure the MCP server in Claude desktop with the following config:
{ "mcpServers": { "Movie Database": { "command": "uv", "args": [ "run", "--with", "fastmcp, pymongo", "fastmcp", "run", "<path to>/movie-mcp-simple/movie-mcp.py" ] } } }
- "Find movies with Tom Hanks"
- "How many Comedy movies are there?"
- "What are the top 5 movies from 1994?"
- "Show me details for The Shawshank Redemption"
find_movies(title=None, genre=None, actor=None, year=None, min_rating=None, limit=10)
count_movies(genre=None, year=None, min_rating=None)
get_top_movies(year=None, genre=None, limit=5)
Official Airtable MCP server and skills for working with bases, records, workflows, and business operations from AI agents.
MCP Server For Apache Doris, an MPP-based real-time data warehouse.
Official MCP Server from Atlan which enables you to bring the power of metadata to your AI tools
Query Onchain data, like ERC20 tokens, transaction history, smart contract state.
Read and write access to your Baserow tables.
Introspect and query your apps deployed to Convex.
Interact with the data stored in Couchbase clusters using natural language.
Maritime intelligence for tracking vessels, analysing ports, and exploring ship data.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



