Test MCP
@mrexodia
关于 Test MCP
Simple MCP server for testing purposes.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"test-mcp": {
"command": "uv",
"args": [
"run",
"fastmcp",
"dev"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Test MCP?
Test MCP is a minimal example MCP server implementation that provides a development‑ready template for building and testing custom MCP tools. It is intended for developers who want to quickly set up a working MCP server using the FastMCP library and test it with various MCP clients such as Claude Desktop, VS Code (Cline, Roo Code, Kilo Code), or Jan.
How to use Test MCP?
Install Test MCP by configuring an MCP.json file with the uv command pointing to test-mcp.py (or minimal-mcp.py). For development, run uv run fastmcp dev to start a development server. Then use any MCP‑compatible client (e.g., Claude Desktop) to connect and test tool calls.
Key features of Test MCP
- Minimal MCP server example (two provided scripts)
- Runs with
uv run fastmcp devfor interactive development - Configured via `M
开发工具 分类下的更多 MCP 服务器
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
评论