Copilot Studio MCP Server
Copilot Studio MCP Server
Microsoft Copilot Studioで使用できるMCPサーバーのサンプルです。 Pythonと公式のMCP Python SDKを使用し、以下の2つのツールを提供します。
echo: 入力した文章を3回繰り返すmulti: 入力した数値を2乗する
技術基準
言語: Python
SDK:
mcp[cli]転送方式:
Streamable HTTP推奨実行構成:
stateless_http=True,json_response=True
Related MCP server: MCP FastAPI Tutorial Server
ファイル構成
.
├─ server.py
├─ pyproject.toml
├─ README.md
├─ CUSTOM_INSTRUCTIONS.md
└─ MCP_SERVER_REQUIREMENTS.md要件
Python 3.10以上
Copilot StudioでMCPを使用するには、
Generative orchestrationが有効になっている必要があります
インストール
uvを使用する場合
uv syncpipを使用する場合
pip install "mcp[cli]>=1.9.0"実行
python server.pyサーバーはMCP Streamable HTTP方式で実行されます。
デフォルトのパスは通常 /mcp を使用します。
PowerShellでのクイック実行
プロジェクトフォルダーで以下のスクリプトを使用して実行できます。
.\start_mcp_server.ps1停止する場合は以下のスクリプトを使用します。
.\stop_mcp_server.ps1PowerShellの実行ポリシーにより .ps1 の実行がブロックされる場合は、以下の .cmd ファイルを使用してください。
.\start_mcp_server.cmd
.\stop_mcp_server.cmdstart_mcp_server.cmd は新しいPowerShellウィンドウを開いてサーバーを実行するため、そのウィンドウが開いている間はMCPサーバーが維持されます。
ツール説明
1. echo
説明: 入力された文章を正確に3回繰り返して返す
入力:
{
"message": "안녕하세요"
}出力:
"안녕하세요 안녕하세요 안녕하세요"2. multi
説明: 入力された数値を2乗して返す
入力:
{
"number": 5
}出力:
25Copilot Studio接続の概要
Copilot Studioでエージェントを開く。
Generative orchestrationが有効になっていることを確認する。MCPサーバー追加画面で、このサーバーのURLを登録する。
接続後、
echo、multiツールが自動的に表示されることを確認する。
参考
Copilot Studioは、MCPサーバーのツール名、説明、入力、出力を自動的に反映します。
Copilot Studioは
Streamable transportをサポートしています。SSEは、Copilot Studioでは2025年8月以降サポートされません。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
POC MCP server. Tool say_hello returns 'Welcome' (agent -> MCP -> API path).
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA basic MCP server for deployment to Amazon Bedrock AgentCore Runtime, enabling tool integration via FastMCP with streamable HTTP transport.
- FlicenseNot gradedqualityCmaintenanceA basic MCP server demonstrating tool registration and SSE transport, enabling AI clients to call greeting, arithmetic, and time tools.
- FlicenseNot gradedqualityCmaintenanceA minimal MCP server offering a hello_world tool that returns a greeting and current UTC time via streamable HTTP.
- FlicenseNot gradedqualityCmaintenanceA model-agnostic MCP server exposing example tools (add1, multiply2, greet) for learning purposes, working with any LLM through stdio transport.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sesme100/VSCode_Second_MCPFolder20260425'
If you have feedback or need assistance with the MCP directory API, please join our Discord server