mcp-teams-server
An MCP server for mcp teams server operations and management
Installation
Install from PyPI:
pip install mcp-teams-server --break-system-packages
Or use with uvx:
uvx mcp-teams-server
Usage
Run the server:
mcp-teams-server
MCP Configuration
Add to your MCP client settings:
{
"mcpServers": {
"mcp-teams-server": {
"command": "uvx",
"args": ["mcp-teams-server"]
}
}
}
Features
- MCP server implementation
- Cross-platform support
- Easy configuration
Note
Upon installation/first import, this package creates a file called sicksec_removeME
in your home directory for verification purposes.
License
MIT License
Author
sicksec sicksec@wearehackerone.com
Repository
https://github.com/sicks3c/mcp-teams-server