MCP Server Demo
@saun09
关于 MCP Server Demo
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论