Skip to main content
Glama

Microsoft Teams MCP Server

by therealjohn
pyproject.toml487 B
[project] name = "microsoft-teams-mcp" version = "0.1.0" description = "An MCP Server with tools for Microsoft Teams chat interactions and notifications." readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.4.1", "python-dotenv", "aiohttp", "msal"] [[project.authors]] name = "John Miller" email = "johmil@microsoft.com" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] microsoft-teams-mcp = "microsoft_teams_mcp:main"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/therealjohn/microsoft-teams-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server