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
Intermediate
Estimated 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

Troubleshooting

Issue: Virtual environment not created correctly Solution: Check Python version and ensure the uv package is installed.

Additional Resources