Copilot Studio MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Copilot Studio MCP Serverecho 'hello'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Copilot Studio MCP Server
Microsoft Copilot Studio에서 사용할 수 있는 예제 MCP 서버입니다.
Python과 공식 MCP Python SDK를 사용하며, 아래 두 도구를 제공합니다.
echo: 입력한 문장을 3번 반복multi: 입력한 숫자를 제곱
기술 기준
언어: Python
SDK:
mcp[cli]전송 방식:
Streamable HTTP권장 실행 구성:
stateless_http=True,json_response=True
Related MCP server: AgentCore MCP 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
설명: 입력된 숫자를 제곱해서 반환
입력:
{
"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 Servers
- Flicense-qualityCmaintenanceA basic MCP server for testing with echo, datetime, and calculator tools.Last updated33
- Flicense-qualityCmaintenanceA basic MCP server for deployment to Amazon Bedrock AgentCore Runtime, enabling tool integration via FastMCP with streamable HTTP transport.Last updated
- Flicense-qualityCmaintenanceA basic MCP server demonstrating tool registration and SSE transport, enabling AI clients to call greeting, arithmetic, and time tools.Last updated
- Flicense-qualityCmaintenanceA minimal MCP server offering a hello_world tool that returns a greeting and current UTC time via streamable HTTP.Last updated
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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