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
「開発者ツール」の他のコンテンツ
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
コメント