anniepuy/mcp_server
If you are the rightful owner of mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a framework that allows developers to create and manage server-side applications using the FastMCP library. It provides a structured environment for deploying and interacting with machine learning models and tools.
MCP Server
This project is tutorial from HuggingFace's MCP Course.
Developers will create an MCP server from the FastMCP library.
#Dependencies Requires uv installed Create & activate venv with uv
uv pip install "mcp[cli]"
Commands
Start Server
mcp dev server.py
Notes
MCP server comes with a GUI in which develoopers can interact with listed tools, env variables, configuration etc.