ei-show/tutorial-mcp-server
3.1
If you are the rightful owner of tutorial-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 designed to facilitate communication between machine learning models and various client applications, enabling seamless integration and interaction.
tutorial-mcp-server
setup
create project
uv init -p 3.13 tutorial-mcp-server
cd tutorial-mcp-server
uv add fastmcp
source .venv/bin/activate # activate.fish
fastmcp version
deactivate
mcp client
{
"servers": {
"tutorial-mcp-server": {
"type": "stdio",
"command": "uv",
"args": [
"--directory",
"/Users/MyDirectoryFullPath",
"run",
"main.py"
]
}
},
"inputs": []
}