← Back to Plugins
MCP Server MCP

io.github.zhound420/d365fo-connector

github By github 👁 2 views ▲ 0 votes

Query and manage Microsoft Dynamics 365 Finance & Operations via MCP

Homepage Verified source GitHub

Install

npx -y @zhound/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@zhound/d365fo-mcp-server",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Azure AD tenant ID",
          "isRequired": true,
          "format": "string",
          "name": "D365_TENANT_ID"
        },
        {
          "description": "App registration client ID",
          "isRequired": true,
          "format": "string",
          "name": "D365_CLIENT_ID"
        },
        {
          "description": "App registration client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "D365_CLIENT_SECRET"
        },
        {
          "description": "D365 F&O environment URL, e.g. https://contoso.operations.dynamics.com",
          "isRequired": true,
          "format": "string",
          "name": "D365_ENVIRONMENT_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...