MCP_Server_Setup
@DikshantBadawadagi
MCP_Server_Setup について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"MCP_Server_Setup": {
"command": "python",
"args": [
"server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP_Server_Setup?
MCP_Server_Setup is a demonstration MCP server built with FastMCP that defines example tools (such as say_hello) and illustrates how to run an MCP server using either stdio or SSE transport. It serves as a template for developers creating their own MCP-based tools and integrations.
How to use MCP_Server_Setup?
Run the server in development mode with mcp dev server.py, install it for Claude Desktop with mcp install server.py, or execute it directly with python server.py. For SSE transport, set host and port in the server script and run python server.py after configuring transport="sse".
Key features of MCP_Server_Setup
- Defines tools with Python decorators using FastMCP
- Supports stdio and SSE transports
- Integrates with MCP Inspector for testing
- Can be installed into Claude Desktop
- Provides client examples for both transports
Use cases of MCP_Server_Setup
- Learning how to create and run an MCP server
- Testing MCP tool definitions with the Inspector
- Integrating custom tools with Claude Desktop
- Building client-server MCP applications over HTTP
FAQ from MCP_Server_Setup
What transport protocols does MCP_Server_Setup support?
It supports stdio (default) and SSE (Server-Sent Events) transports. SSE requires explicit configuration.
How do I run MCP_Server_Setup over HTTP?
Modify the server script to include host and port parameters and call mcp.run(transport="sse"). Then run with python server.py.
How can I test MCP_Server_Setup during development?
Use the MCP Inspector by running mcp dev server.py to open a web-based interface for interacting with the server’s tools.
Can MCP_Server_Setup be integrated with Claude Desktop?
Yes, run mcp install server.py to add the server to Claude Desktop’s configuration, making its tools available inside Claude.
What is the default transport when running directly?
When you run the server directly via python server.py without specifying transport, the default transport is stdio.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント