mcp-teams-server
An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
GitHub Stars
309
User Rating
Not Rated
Favorites
0
Views
26
Forks
22
Issues
8
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Python: 3.10 or higher
uv: Package manager
Microsoft Teams account (with proper setup)
Installation Steps
1. Clone Repository
bash
git clone https://github.com/InditexTech/mcp-teams-server
cd mcp-teams-server
2. Create a Virtual Environment and Install Dependencies
bash
uv venv
uv sync --frozen --all-extras --dev