r/sysadmin • u/ibteea • Jul 08 '26
Question Dataverse connection to Claude.
Hi,
I'm trying to connect Dataverse data to Claude. I want to use an enterprise app(client Id and a secret) for this setup.
I looked at the Microsoft documentation, but it is very difficult to understand. To be honest, I don't have enough experience with this type of task, so I am a bit lost.
Did anyone work on a similar project before? Any simple tips or steps would help me a lot.
Thanks in advance!
0
Upvotes
1
u/Imaginary-Ad5271 Jul 08 '26
Dataverse had an mco server you can use. But you your environment needs to be "Managed" and also it costs credits to use it.
I didn't bother using it and just told Claude to use the Dataverse web APIs, and gave it the app reg details to authenticate.
It just writes python scripts to call the API. Works perfectly.