MCP Directory
Back

mcp

by microsoft · C# · ★ 3,374

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

Install

git clone https://github.com/microsoft/mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:microsoft/mcp"
      ]
    }
  }
}

From the README

**Model Context Protocol (MCP)** is an open protocol that standardizes how applications provide context to large language models (LLMs). It allows AI applications to connect with various data sources and tools in a consistent manner, enhancing their capabilities and flexibility. MCP follows a client-server architecture: - **MCP Hosts**: Applications like AI assistants or IDEs that initiate connections. - **MCP Clients**: Connectors within the host application that maintain 1:1 connections with servers. - **MCP Servers**: Services that provide context and capabilities through the standardized…
Read full README on GitHub →

Related other servers