Test Mcp Helloworld
@nacharyadev
关于 Test Mcp Helloworld
Hello world example for MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器

Sentry
modelcontextprotocolModel Context Protocol Servers
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Framework
QuantGeekDevThe Typescript MCP Framework
评论