.NET Core D365 MCP Server exposing Dynamics 365 tools. Uses .NET OData client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"d365-agent-mcpserver": {
"command": "npx",
"args": [
"-y",
"ntrtd/d365-agent-mcpserver-dotnet"
]
}
}
}
Run in terminal:
claude mcp add d365-agent-mcpserver npx -y ntrtd/d365-agent-mcpserver-dotnet
Add to .cursor/mcp.json:
{
"mcpServers": {
"d365-agent-mcpserver": {
"command": "npx",
"args": [
"-y",
"ntrtd/d365-agent-mcpserver-dotnet"
]
}
}
}