ms-mcp

Integrate external MCP servers with Microsoft Agent Framework agents.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/pagerguild/guilde-lite --skill ms-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ms-mcp
Source: https://github.com/pagerguild/guilde-lite/tree/main/marketplace/plugins/microsoft-agents/skills/ms-mcp
Command: npx skills add https://github.com/pagerguild/guilde-lite --skill ms-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Integrators need a structured guide to connect MCP servers with Microsoft Agent Framework agents, aligning tooling, security, and transport patterns.

Core Features & Use Cases

  • Guidance on configuring MCP servers and tool providers for agents
  • Examples for common patterns: stdio, HTTP transports, and resource access
  • Best practices for security, error handling, and observability

Quick Start

Create an MCP-enabled agent by wiring an MCPToolProvider into the agent and configuring an MCP server as shown in the examples.

Frequently Asked Questions about ms-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate external MCP servers with Microsoft Agent Framework agents?

To integrate external MCP servers with Microsoft Agent Framework agents, you wire an MCPToolProvider into the agent and configure the MCP server connection. This setup supports local, HTTP, and stdio transports for tool providers and resources.

What transports are supported for configuring MCP servers in Microsoft Agent Framework?

MCP server configuration in Microsoft Agent Framework supports stdio, HTTP, and local transports. This allows developers to connect tool providers and expose resources to agents across different communication patterns.

Can I configure tool providers and resources for agents built with Microsoft Agent Framework?

Yes, you can configure tool providers and resources for agents built with Microsoft Agent Framework. The integration uses an MCPToolProvider to wire external MCP servers, enabling agents to access defined tools and resources.

What are the best practices for security and error handling when connecting MCP servers to agents?

Best practices for connecting MCP servers to agents include implementing proper error handling, establishing secure authentication patterns, and maintaining observability. Following these practices ensures robust MCP integration across all supported transports.

How do I set up an MCP-enabled agent using local, HTTP, or stdio transports?

To set up an MCP-enabled agent, create an agent instance and wire an MCPToolProvider into it. You then configure the MCP server connection by selecting the appropriate local, HTTP, or stdio transport pattern for your environment.