Microsoft Planner MCP Server
by aixolotl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | Public URL of the server for OAuth redirect | http://localhost:8000 |
| CLIENT_ID | Yes | Azure App Registration client ID | |
| TENANT_ID | Yes | Azure tenant ID | |
| CLIENT_SECRET | Yes | Azure App Registration client secret | |
| ALLOWED_ORIGINS | No | JSON-encoded list of allowed CORS origins | ["http://localhost:8000","http://localhost:6274"] |
| REQUIRE_AUTHORIZATION_CONSENT | No | Require extra client consent prompt (set false only for local dev) | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aixolotl/microsoft-planner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server