PluginBench
MCP Server

Work IQ Calendar MCP Server MCP Server

com.microsoft/workiq-calendartools

What is the Work IQ Calendar MCP Server MCP server?

Calendar tools for creating, updating, deleting events, managing invites, and checking availability.

How to install Work IQ Calendar MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "workiq-calendartools": {
      "url": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_CalendarTools"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "workiq-calendartools": {
      "serverUrl": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_CalendarTools"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "workiq-calendartools": {
      "type": "http",
      "url": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_CalendarTools"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "workiq-calendartools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_CalendarTools"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http workiq-calendartools https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_CalendarTools

Related MCP servers

Free, one-click access to official Microsoft documentation and code samples—no API keys required.

1.7k
TypeScript
CC-BY-4.0
View repository →

Bring NuGet package management into AI agent workflows via MCP.

1.6k
HTML
View repository →

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

View repository →

The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.

View repository →

MCP tools for interacting with Microsoft Fabric

View repository →

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

View repository →