Power Portals Pro for Grok
io.github.power-portals-pro/powerportalspro-mcp
Component API, code samples and Dataverse metadata for building Power Portals Pro portals.
client:Grok
transport:stdio
runtime:nuget
Install Power Portals Pro in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"powerportalspro-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"PowerPortalsPro.Mcp",
"--yes"
]
}
}
}
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