Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. MCP Teams Server
MCP Teams Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:47:22 PM

MCP Teams Server

User RatingsBe the first to rate and review this MCP server!
View Repository397 GitHub StarsTotal stargazers on GitHub for the source repository (397 stars).Visit Website
microsoft-teamsmessagingcollaborationmcp

Connects MCP-compatible agents to Microsoft Teams for reading channels, managing threads, posting replies, and mentioning members.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for InditexTech/mcp-teams-server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💬 More in Communication

Overview

InditexTech/mcp-teams-server MCP server exposes Microsoft Teams channel and thread operations through the Model Context Protocol. It can read channel messages and thread replies, start threads, add replies, mention users, and list channel team members. The server runs locally with Python and uv over stdio by default, with Streamable HTTP and legacy SSE options. Reach for it when an MCP client needs to inspect or update conversations in a configured Microsoft Teams environment.

Use cases

•Read messages from a Microsoft Teams channel
•Start channel threads with user mentions
•Reply to existing Teams threads
•List members associated with a Teams channel

Key features

•Read channel messages
•Create titled channel threads
•Post thread replies
•Mention Teams users
•Read thread replies
•List channel team members

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Teams Server.

Extracted Tool Capabilities
Read channel messages
Create titled channel threads
Post thread replies
Mention Teams users
Read thread replies
List channel team members

How MCP Teams Server works

What InditexTech/mcp-teams-server MCP server does

InditexTech/mcp-teams-server MCP server connects an MCP-compatible client with Microsoft Teams. It focuses on channel conversations and team membership rather than providing a general Microsoft Graph interface.

The available operations cover common thread workflows:

  • Start a channel thread with a title and message content.
  • Add replies to an existing thread.
  • Mention users when creating or updating messages.
  • Read replies belonging to a thread.
  • Read messages in a channel.
  • List members of the team associated with a channel.

This makes the project suitable for agents that need to inspect team discussions, publish updates, or address specific members in Teams conversations.

How it works

The InditexTech/mcp-teams-server MCP server is a Python application launched with the mcp-teams-server command. Its default transport is MCP stdio, which is appropriate for local desktop clients that start the process themselves. It also supports Streamable HTTP for an HTTP deployment and retains an SSE transport for older clients.

Microsoft Teams and Azure configuration must be completed before the server can access conversations. The application uses an MS Entra application ID, client secret, and tenant information, along with identifiers for the target team and channel. The channel identifier must use URL-escaped characters as required by the configuration.

Setup and configuration

The documented local setup requires Python 3.12 and the uv package manager. After cloning the repository, create the environment and install its dependencies with:

bash
uv venv
uv sync --frozen --all-extras --dev

Configure these variables in the shell or an .env file:

  • TEAMS_APP_ID: MS Entra application UUID.
  • TEAMS_APP_PASSWORD: client secret.
  • TEAMS_APP_TENANT_ID: tenant UUID for a single-tenant setup.
  • TEAM_ID: Microsoft Teams group or team ID.
  • TEAMS_CHANNEL_ID: target channel ID with escaped URL characters.

The project also provides a container image through GitHub Container Registry and documents Docker execution with an environment file. Streamable HTTP can be exposed from the container on port 8000.

Tools and capabilities

The InditexTech/mcp-teams-server MCP server supports message creation and reading at both channel and thread levels. Agents can begin a titled thread, append replies, retrieve thread replies, and read channel messages. Mentions are supported when starting threads or posting replies, allowing an agent to direct a message to selected team members. A member-listing capability can provide the users associated with the channel’s team.

Limitations and notes

The README requires a Microsoft Teams account with the necessary setup and points to a separate document for Azure and Teams configuration. That document is described as guidance rather than a complete step-by-step procedure.

The supplied material does not identify specific MCP client products as supported clients. It documents stdio, Streamable HTTP, and legacy SSE transports instead. Integration tests require additional test-only variables, including thread, message, and user values; these are not part of the normal runtime configuration.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    💬 Communication3 views
    Compare vs Line Bot MCP Server →
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    💬 Communication2 views
    Compare vs Telegram MCP →
  • Discord MCP logoDiscord MCP

    A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.

    💬 Communication3 views
    Compare vs Discord MCP →
  • Mattermost MCP logoMattermost MCP

    MCP server for Mattermost API. List channels, read/post messages, manage threads and reactions, monitor topics. Supports flexible configuration via CLI args, environment variables, or config files.

    💬 Communication4 views
    Compare vs Mattermost MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
397
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Teams Server

Clone the repository, use Python 3.12 and uv, then run `uv venv` followed by `uv sync --frozen --all-extras --dev`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Teams Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/inditextech-mcp-teams-server?style=directory)](https://allmcps.com/mcp/inditextech-mcp-teams-server)
HTML Embed
<a href="https://allmcps.com/mcp/inditextech-mcp-teams-server"><img src="https://allmcps.com/api/badge/inditextech-mcp-teams-server?style=directory" alt="MCP Teams Server on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingFree
More technical detailsExpand â–¾
AuthOther
LicenseApache-2.0
Last updatedSep 9, 2026
13/13 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars397
GitHub Star CountTotal stargazers on GitHub representing community popularity (397 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
43Quality signal: Fair · 43/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to MCP Teams Server →Install in Claude DesktopInstall in CursorInstall in VS Code