MCP.so
登录

Movie-MCP-Server

@saravana87

关于 Movie-MCP-Server

This MCP server uses Movie server tools and Web search tools.

基本信息

分类

搜索

运行时

jupyter notebook

传输方式

stdio

发布者

saravana87

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Movie-MCP-Server?

Movie-MCP-Server is a Model Context Protocol server that provides movie title search by keyword using a DataFrame and web search for the latest movies. It is intended for developers integrating movie lookup capabilities into AI assistants or other MCP-compatible clients.

How to use Movie-MCP-Server?

Clone the repository from GitHub, create a Python virtual environment (Python 3.8+), install the required packages (httpx, beautifulsoup4, pandas, mcp), then run the server script with SSE transport: python mcp_moviedb_server.py --server_type=sse.

Key features of Movie-MCP-Server

  • Search movie titles by keyword using a DataFrame
  • Search latest movies through web search
  • Built with the FastMCP protocol library
  • Runs over SSE (Server-Sent Events) transport

Use cases of Movie-MCP-Server

  • Quickly look up movies by title keyword in a data set
  • Retrieve current or trending movies from the web
  • Integrate movie search into an AI assistant or chatbot

FAQ from Movie-MCP-Server

How do I run the server?

Run python mcp_moviedb_server.py --server_type=sse from the project directory after installing dependencies and activating the virtual environment.

What are the runtime dependencies?

Python 3.8+ and the packages httpx, beautifulsoup4, pandas, and mcp (FastMCP protocol library).

What transport method does the server use?

The server uses SSE (Server-Sent Events) as specified by the --server_type=sse flag in the run command.

评论

搜索 分类下的更多 MCP 服务器