Copilot Studio MCP Server
Servidor MCP de Copilot Studio
Este es un servidor MCP de ejemplo que se puede utilizar en Microsoft Copilot Studio. Utiliza Python y el SDK oficial de MCP para Python, y proporciona las dos herramientas siguientes:
echo: Repite la frase introducida 3 vecesmulti: Eleva al cuadrado el número introducido
Estándares técnicos
Lenguaje: Python
SDK:
mcp[cli]Método de transporte:
Streamable HTTPConfiguración de ejecución recomendada:
stateless_http=True,json_response=True
Related MCP server: MCP FastAPI Tutorial Server
Estructura de archivos
.
├─ server.py
├─ pyproject.toml
├─ README.md
├─ CUSTOM_INSTRUCTIONS.md
└─ MCP_SERVER_REQUIREMENTS.mdRequisitos
Python 3.10 o superior
Para usar MCP en Copilot Studio, debe estar habilitada la
Generative orchestration
Instalación
Usando uv
uv syncUsando pip
pip install "mcp[cli]>=1.9.0"Ejecución
python server.pyEl servidor se ejecuta mediante el método MCP Streamable HTTP.
La ruta predeterminada suele ser /mcp.
Ejecución rápida en PowerShell
Puede ejecutarlo con el siguiente script en la carpeta del proyecto.
.\start_mcp_server.ps1Para detenerlo, utilice el siguiente script.
.\stop_mcp_server.ps1Si la ejecución de .ps1 está bloqueada debido a la política de ejecución de PowerShell, utilice el siguiente archivo .cmd.
.\start_mcp_server.cmd
.\stop_mcp_server.cmdstart_mcp_server.cmd abre una nueva ventana de PowerShell para ejecutar el servidor, por lo que el servidor MCP se mantiene mientras esa ventana esté abierta.
Descripción de las herramientas
1. echo
Descripción: Devuelve la frase introducida repetida exactamente 3 veces
Entrada:
{
"message": "안녕하세요"
}Salida:
"안녕하세요 안녕하세요 안녕하세요"2. multi
Descripción: Devuelve el número introducido elevado al cuadrado
Entrada:
{
"number": 5
}Salida:
25Resumen de conexión con Copilot Studio
Abra el agente en Copilot Studio.
Asegúrese de que la
Generative orchestrationesté habilitada.Registre la URL de este servidor en la pantalla de adición de servidores MCP.
Después de conectar, verifique que las herramientas
echoymultiaparezcan automáticamente.
Notas
Copilot Studio refleja automáticamente el nombre, la descripción, la entrada y la salida de las herramientas del servidor MCP.
Copilot Studio admite
Streamable transport.SSE no será compatible con Copilot Studio después de agosto de 2025.
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