Odel
mcp teams

mcp teams

Local
@dockndevaiTypeScriptMITUpdated Today

Read Microsoft Teams teams, channels, chats and messages, and post/reply/send, safe by default.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dockndevai/mcp-teamsv0.1.0

Run

npx -y @dockndevai/mcp-teams

MCP client config

{
  "mcpServers": {
    "mcp-teams": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-teams"
      ]
    }
  }
}