Discover MCP servers. Connect your agent.
MCP server for Microsoft Teams integration. Read messages, create messages, reply to threads, and mention team members within Teams channels. Enterprise collaboration through AI assistants. Works with Microsoft 365 Agent Connectors for secure MCP tool discovery and invocation.
https://github.com/InditexTech/mcp-teams-server
stdio
bearer
6 tools
collaborationteamsmicrosoftmessagingenterprisechat
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'