teams-agent-mcp

techt-labs/teams-agent-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP server bridging agent sessions to Microsoft Teams: ask_human / list_channels / list_channel_members tools + session↔thread correlation. Works with any agent platform, SaaS or in-house.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "teams-agent-mcp": {
      "command": "uvx",
      "args": [
        "teams-agent-mcp"
      ]
    }
  }
}

Or install with pip: pip install teams-agent-mcp

README Excerpt

> **This repo is one of two, and it does not work alone.** The full > bridge that lets an agent ask a human in Teams and get the answer back: > > ``` > ┌───────────────────┐ ┌─────────────────┐ ┌───────────────┐ ┌──────────────┐ > │ Microsoft 365 │◄─►│ connector │◄─►│ MCP server │◄─►│ your agent │

Tools (5)

CONNECTOR_API_TOKENCONNECTOR_BASE_URLCONNECTOR_INBOUND_TOKENCONNECTOR_INBOUND_URLDockerfile