yifanli-mcp-add-demo
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@yifanli-mcp-add-demowhat is the sum of 15 and 27?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
yifanli-mcp-add-demo
A minimal MCP Server built with the official Python MCP SDK.
Features
Runs locally over
stdioExposes one MCP tool:
addCan be launched with
uvx yifanli-mcp-add-demo
Tool
add
Adds two integers and returns the result.
Inputs:
a: integerb: integer
Output:
integer sum
Requirements
Python 3.10+
uvinstalled locally
Run Locally
Use uvx after publishing the package:
uvx yifanli-mcp-add-demoOr run from source in the project directory:
uv run python -m yifanli_mcp_add_demoCherry Studio Config
If you want to connect this server in Cherry Studio with stdio, use:
Command:
uvxArguments:
yifanli-mcp-add-demo
Equivalent JSON-style config:
{
"mcpServers": {
"yifanli-mcp-add-demo": {
"command": "uvx",
"args": ["yifanli-mcp-add-demo"]
}
}
}Package
This project is packaged for publishing to PyPI and local installation via uvx.
Source code lives in:
src/yifanli_mcp_add_demo
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tryp0xy1us/yifanli-mcp-add-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server