MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

M
MCP Server Test
作者 @Puppo

MCP server by Puppo

创建于 1/9/2026
更新于 1 day ago
Repository documentation and setup instructions

@puppo/mcp-server-test

A Model Context Protocol (MCP) server providing mathematical utility tools.

Features

  • Fibonacci: Calculate Fibonacci numbers for a given index
  • Sum: Sum a list of comma-separated numbers

Installation

npm install -g @puppo/mcp-server-test

Usage

Register the MCP server:

{
  "mcpServers": {
    "puppo-mcp-server-test": {
      "command": "npx",
      "args": ["-y", "@puppo/mcp-server-test@latest"]
    }
  }
}

Available Tools

fibonacci

Computes the Fibonacci number for a given non-negative integer.

Parameters:

  • number: A non-negative integer (e.g., 10)

sum

Sums a list of numbers provided in a string format.

Parameters:

  • numbers: A comma-separated list of numbers (e.g., "1,2,3")

License

MIT

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mcp-server-test

Cursor 配置 (mcp.json)

{ "mcpServers": { "puppo-mcp-server-test": { "command": "npx", "args": [ "puppo-mcp-server-test" ] } } }