MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Links to samples, tools, and resources for building and integrating Model Context Protocol (MCP) servers on Azure using multiple languages

创建于 4/5/2025
更新于 2 months ago
Repository documentation and setup instructions

Azure Model Context Protocol (MCP) Hub

Build AI agents that call real APIs — fast. Whether you're a C#, Python, Java, or JavaScript developer, this hub helps you build, run, or reuse Model Context Protocol (MCP) servers on Azure to power your AI agents.


🚀 1. Run Your Own MCP Server

Host your own MCP server using Azure Functions — pick your language:


🧠 2. Build Agents That Use MCP

Use official SDKs or your favorite AI frameworks to write agents that connect to any MCP server.

✅ Official MCP SDKs (Build Clients, Servers, or Tools in Any Language)

🤖 AI SDK Integrations


🧩 3. Use Plug-and-Play MCP Servers

Don't want to build your own tools? These servers expose real APIs via MCP so your agents can just call them.

⚠️ These servers are open source and maintained by the community. Microsoft does not review, support, or endorse them. Use at your own discretion.

🗃️ Data APIs

🔧 Dev & Infra APIs


📚 Learn More

  • 📄 Model Context Protocol Spec
  • 🧪 Explore sample agents, tools, and servers in the linked repos
  • 🤝 Contribute a new server or tool via PR!
快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/Azure-Samples/mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "azure-samples-mcp": { "command": "git", "args": [ "clone", "https://github.com/Azure-Samples/mcp" ] } } }