JAJ Dataverse Dev MCP for Grok
io.github.jjohnsen/jaj-dataverse-dev-mcp
Xrm/Power Platform/Dataverse MCP for devs, Azure CLI auth, Web API and multi-environment support
client:Grok
transport:stdio
runtime:npm
Install JAJ Dataverse Dev MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jaj-dataverse-dev-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jaj-dataverse-dev-mcp"
],
"env": {
"DATAVERSE_ENVIRONMENTS_PATH": "<DATAVERSE_ENVIRONMENTS_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs