Find Power Apps PCF controls, read their docs, and validate pcfhub.json manifests.
claude mcp add pcfhub --transport http https://pcfhub.dev/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"pcfhub": {
"url": "https://pcfhub.dev/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pcfhub": {
"serverUrl": "https://pcfhub.dev/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"pcfhub": {
"type": "http",
"url": "https://pcfhub.dev/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pcfhub": {
"url": "https://pcfhub.dev/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"pcfhub": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pcfhub.dev/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://pcfhub.dev/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.pcfhub--pcfhub/reviews or the review_server meta-tool.
POST /mcp