Custom MCP server named 'teams' running locally as a Python subprocess via server.py. Purpose unclear from configuration alone.
From teamsnpx claudepluginhub desplega-ai/ai-toolbox --plugin teamsAdd to your .mcp.json:
{
"mcpServers": {
"teams": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
python3