MCP.so
登录

MCP Server Demo

@saun09

关于 MCP Server Demo

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

saun09

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is MCP Server Demo?

MCP Server Demo is a basic Model Context Protocol (MCP) server built in Python using FastMCP. It demonstrates how to create an MCP server with example tools for addition, greetings, and weather info, intended for developers learning to build MCP integrations for AI models like Claude.

How to use MCP Server Demo?

Clone the repository, install dependencies with pip install mcp[cli] requests uvicorn, add your API keys in server.py, then run the server. Connect the server to Claude Desktop or any MCP-compatible client.

Key features of MCP Server Demo

  • Built with Python and FastMCP framework
  • Example tools: addition, greetings, weather info
  • Connects to Claude Desktop or MCP-compatible clients
  • Requires pip dependencies: mcp[cli], requests, uvicorn

Use cases of MCP Server Demo

  • Learning how to build a custom MCP server from scratch
  • Testing MCP integration with an AI assistant like Claude
  • Prototyping dynamic tool access for AI models

FAQ from MCP Server Demo

What tools are included in MCP Server Demo?

The README mentions example tools for addition, greetings, and weather info.

What dependencies are needed to run MCP Server Demo?

Install mcp[cli], requests, and uvicorn via pip.

How do I run MCP Server Demo?

Clone the repo, install dependencies, add your API keys in server.py, then run the server command.

Where can I learn more about this project?

A detailed blog post is available at https://medium.com/@saundaryasubramaniam/model-context-protocol-mcp-because-your-models-need-a-boss-too-7ccb015c8d4f.

评论

其他 分类下的更多 MCP 服务器