Dynamics 365 MCP ServerServer

srikanth-paladugula
GitHub
Dynamics 365MCPAPI Integration

Loading subscription status...

💡 Description

The Microsoft Dynamics 365 MCP server provides tools to interact with Microsoft Dynamics 365 via the Model Context Protocol (MCP) by Anthropic. It enables users to perform various operations, such as retrieving information about users, accounts, and associated opportunities, as well as creating and updating accounts from Claude Desktop.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Dynamics365": {
        "env": {
          "D365_URL": "Dynamics 365 url",
          "CLIENT_ID": "<D365 Client Id>",
          "TENANT_ID": "<D365 Tenant ID>",
          "CLIENT_SECRET": "<D365 Client Secret>"
        },
        "args": [
          "<Path to your MCP server build file ex: rootfolder/build/index.js>"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get-user-infofetch-accountsget-associated-opportunitiescreate-accountupdate-account

Features

  • Retrieves user and account information
  • Creates and updates accounts
  • Integrates with Dynamics 365 APIs

💬 Example Queries

  • Get user info
  • Fetch all accounts
  • Get associated opportunities for an account
  • Create a new account
  • Update an existing account