A demo of deploying an MCP server for use by a bot in Microsoft Teams.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"if-mcp-server-for-mi": {
"command": "npx",
"args": [
"-y",
"microsoft/IF-MCP-Server-for-Microsoft-Teams"
]
}
}
}
Run in terminal:
claude mcp add if-mcp-server-for-mi npx -y microsoft/IF-MCP-Server-for-Microsoft-Teams
Add to .cursor/mcp.json:
{
"mcpServers": {
"if-mcp-server-for-mi": {
"command": "npx",
"args": [
"-y",
"microsoft/IF-MCP-Server-for-Microsoft-Teams"
]
}
}
}