MCP.so
登录

Test Mcp Helloworld

@nacharyadev

关于 Test Mcp Helloworld

Hello world example for MCP server

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

nacharyadev

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "test-mcp-helloworld": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Test Mcp Helloworld?

Test Mcp Helloworld is an MCP server that provides a FastAPI server and can be run directly via the Model Context Protocol. It is intended for use with Claude Desktop or other MCP clients.

How to use Test Mcp Helloworld?

Run the standalone FastAPI server with uvicorn server:app --reload --port 3000. Alternatively, run the MCP directly with mcp dev server.py and then access http://localhost:5173 — select Transport type STDIO, Command python, and Arguments server.py.

Key features of Test Mcp Helloworld

Use cases of Test Mcp Helloworld

FAQ from Test Mcp Helloworld

评论

开发工具 分类下的更多 MCP 服务器