MCP Server
MCP
D365FO MCP Server
A community-driven Microsoft Dynamics 365 Finance & Operations MCP server
Install
uvx d365fo-client
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "d365fo-client",
"version": "0.3.6",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your D365FO Client ID",
"isRequired": true,
"format": "string",
"name": "D365FO_CLIENT_ID"
},
{
"description": "Your D365FO Client Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "D365FO_CLIENT_SECRET"
},
{
"description": "Your D365FO Tenant ID",
"isRequired": true,
"format": "string",
"name": "D365FO_TENANT_ID"
},
{
"description": "Your D365FO Base URL",
"format": "string",
"name": "D365FO_BASE_URL"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/mafzaal/d365fo-client:0.3.6",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Volume to mount",
"value": "d365fo-mcp:/home/mcp_user/",
"type": "named",
"name": "-v"
}
],
"environmentVariables": [
{
"description": "Your D365FO Client ID",
"isRequired": true,
"format": "string",
"name": "D365FO_CLIENT_ID"
},
{
"description": "Your D365FO Client Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "D365FO_CLIENT_SECRET"
},
{
"description": "Your D365FO Tenant ID",
"isRequired": true,
"format": "string",
"name": "D365FO_TENANT_ID"
},
{
"description": "Your D365FO Base URL",
"format": "string",
"name": "D365FO_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
By
Comments
Sign in to leave a comment