Skip to main content
Glama
tryp0xy1us

yifanli-mcp-add-demo

yifanli-mcp-add-demo

A minimal MCP Server built with the official Python MCP SDK.

Features

  • Runs locally over stdio

  • Exposes one MCP tool: add

  • Can be launched with uvx yifanli-mcp-add-demo

Tool

add

Adds two integers and returns the result.

Inputs:

  • a: integer

  • b: integer

Output:

  • integer sum

Requirements

  • Python 3.10+

  • uv installed locally

Run Locally

Use uvx after publishing the package:

uvx yifanli-mcp-add-demo

Or run from source in the project directory:

uv run python -m yifanli_mcp_add_demo

Cherry Studio Config

If you want to connect this server in Cherry Studio with stdio, use:

  • Command: uvx

  • Arguments: 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

Install Server
A
security – no known vulnerabilities
F
license - not found
B
quality - B tier

Tools

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