MCP.so
登录

MCP Demo

@mcdickenson

关于 MCP Demo

Demonstrate an MCP server for fetching aviation weather data

基本信息

分类

媒体与设计

运行时

python

传输方式

stdio

发布者

mcdickenson

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is MCP Demo?

MCP Demo is a project that demonstrates building and using an MCP Server. The server fetches aviation weather data.

How to use MCP Demo?

Set up dependencies with uv sync, activate the virtual environment with source .venv/bin/activate, and run the server with mcp dev src/mcp_aviation_weather/server.py.

Key features of MCP Demo

  • Demonstrates building and running an MCP server.
  • Fetches aviation weather data.
  • Uses uv for Python dependency management.
  • Runs via the mcp dev development command.

Use cases of MCP Demo

  • Learning how to create a custom MCP server.
  • Fetching aviation weather data from an MCP client.
  • Testing MCP protocol implementation.

FAQ from MCP Demo

What dependency manager does MCP Demo use?

uv sync is used to set up dependencies, indicating the project uses uv for Python package management.

How do I run the server locally?

Activate the virtual environment (.venv) and then run mcp dev src/mcp_aviation_weather/server.py.

What data does the server provide?

The server fetches aviation weather data, as demonstrated in the project.

Is there any authentication or transport configuration?

The README does not mention any authentication or transport configuration. It assumes a default MCP dev setup.

评论

媒体与设计 分类下的更多 MCP 服务器