Back to MCP directory
publicPublicdnsLocal runtime

Movie-MCP-Server

一个基于FastMCP协议的电影服务器,支持通过关键词搜索电影标题和获取最新电影信息。

article

README

🚀 电影-MCP-服务器

本电影MCP服务器结合了电影服务器工具与网络搜索工具,能够按关键词搜索电影标题,还可通过网页搜索最新电影。

🚀 快速开始

克隆仓库

git clone https://github.com/saravana87/Movie-MCP-Server.git

创建虚拟环境

# 创建虚拟环境
python -m venv venv

# 在Windows上激活虚拟环境
.\venv\Scripts\activate

# 在macOS/Linux上激活虚拟环境
source venv/bin/activate

运行MCP服务器

python .\mcp_moviedb_server.py --server_type=sse

✨ 主要特性

  • 按关键词搜索电影标题(使用数据框)
  • 通过网页搜索最新电影

📦 安装指南

环境要求

  • Python 3.8+
  • httpx
  • beautifulsoup4
  • pandas
  • mcp(FastMCP协议库)

你可以使用以下命令安装所需的Python库:

pip install httpx beautifulsoup4 pandas mcp
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client