
mcp-teams-server MCP Server
The mcp-teams-server brings Microsoft Teams functionality to FlowHunt via the Model Context Protocol (MCP), enabling AI assistants to read, create, and reply to...
Integrate TeamRetro’s powerful team management and retrospective tools into your AI workflows via the MCP server for automated analytics, team health checks, and seamless collaboration.
The TeamRetro MCP Server is a Model Context Protocol (MCP) server designed to integrate AI assistants with the TeamRetro platform. It acts as a bridge between AI clients and TeamRetro’s official API, enabling seamless access to team management, retrospectives, health checks, and other collaboration features. By exposing over 20 standardized MCP tools, the server allows developers to automate tasks such as managing teams, users, and actions, as well as retrieving analytical insights. The TeamRetro MCP Server supports secure API authentication and offers built-in pagination and filtering for efficient data handling. This enables AI applications to easily incorporate TeamRetro functionality into workflows, improving productivity and empowering AI-driven team analytics and management.
No prompt templates are mentioned in the available documentation or repository files.
No explicit resources are listed or described in the available documentation or repository files.
AI-powered team analytics
Leverage TeamRetro data for automated insights and reporting to support data-driven decision-making for team health and performance.
Automated retrospective management
Use AI to schedule, run, and summarize retrospectives, reducing manual overhead and ensuring actionable outcomes.
Integration into custom AI workflows
Seamlessly connect TeamRetro features to other AI-driven tools or dashboards, streamlining team management processes.
Health check automation
Automatically trigger and analyze health checks, providing real-time team sentiment and engagement data for leaders.
Efficient team/user management
Simplify the creation, deletion, and modification of teams and users from an AI interface, improving administrative efficiency.
Ensure Node.js and npm are installed on your system.
Locate your Windsurf configuration file (e.g., windsurf.config.json
).
Add the TeamRetro MCP Server to the mcpServers
section:
{
"mcpServers": {
"teamretro-mcp": {
"command": "npx",
"args": ["@teamretro/mcp-server@latest"]
}
}
}
Save the configuration and restart Windsurf.
Verify the MCP server is running and accessible in your platform.
Set your TeamRetro API key using environment variables. Example:
{
"mcpServers": {
"teamretro-mcp": {
"command": "npx",
"args": ["@teamretro/mcp-server@latest"],
"env": {
"TEAMRETRO_API_KEY": "your-teamretro-api-key"
}
}
}
}
Install Node.js and npm, if not already present.
Open Claude’s configuration file.
Add the TeamRetro MCP Server as follows:
{
"mcpServers": {
"teamretro-mcp": {
"command": "npx",
"args": ["@teamretro/mcp-server@latest"]
}
}
}
Restart Claude to load the new MCP server.
Confirm setup by checking the MCP connections in Claude.
Make sure Node.js and npm are available.
Edit your Cursor settings.json
(or platform-specific config).
Include the TeamRetro MCP Server:
{
"mcpServers": {
"teamretro-mcp": {
"command": "npx",
"args": ["@teamretro/mcp-server@latest"]
}
}
}
Save changes and restart Cursor.
Check the MCP integration status for confirmation.
Install Node.js and npm.
Open Cline’s MCP configuration file.
Add the following entry:
{
"mcpServers": {
"teamretro-mcp": {
"command": "npx",
"args": ["@teamretro/mcp-server@latest"]
}
}
}
Save and restart Cline.
Validate that the TeamRetro MCP Server is operational.
Always use environment variables to manage sensitive credentials. Example:
{
"mcpServers": {
"teamretro-mcp": {
"command": "npx",
"args": ["@teamretro/mcp-server@latest"],
"env": {
"TEAMRETRO_API_KEY": "your-teamretro-api-key"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"teamretro-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “teamretro-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Present in README |
List of Prompts | ⛔ | No prompt templates referenced |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ⛔ | General mention of 20+ tools, no details in README or visible files |
Securing API Keys | ✅ | Environment variable usage shown |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the provided documentation, the TeamRetro MCP Server provides strong overview and setup guidance, but lacks public documentation for its prompt templates, explicit resources, and tool specifics. It supports secure API key management via environment variables, but there is no mention of Roots or sampling support. The project is open source and licensed under Apache-2.0.
This MCP server has solid documentation for setup and integration, and a reputable open-source license. However, the absence of detailed tool, prompt, and resource documentation lowers its score for immediate usability and discoverability. If the missing documentation is addressed, it would greatly improve both user experience and developer integration.
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ✅ (Mentioned 20+ tools, details missing) |
Number of Forks | 3 |
Number of Stars | 0 |
The TeamRetro MCP Server is a Model Context Protocol bridge for integrating AI assistants with TeamRetro. It provides over 20 standardized tools for automating team management, retrospectives, health checks, and analytics within AI workflows.
You can use AI to automate retrospectives, trigger and analyze team health checks, manage teams and users, and generate actionable analytics and reports, all via a secure MCP interface.
Store your TeamRetro API key as an environment variable in your configuration, as shown in the setup instructions. This keeps your credentials secure and out of source code.
No specific prompt templates or resources are provided in the current documentation. The server focuses on exposing TeamRetro’s API tools to AI workflows.
It is open source and licensed under Apache-2.0.
Automate retrospectives, team analytics, and health checks by connecting your AI agents to TeamRetro using the MCP server. Streamline collaboration and decision-making today.
The mcp-teams-server brings Microsoft Teams functionality to FlowHunt via the Model Context Protocol (MCP), enabling AI assistants to read, create, and reply to...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...