PowerLibs MCP
Connect your AI assistant to PowerLibs. It browses components, generates YAML, and writes Power Fx for you. No more tab-switching and copy-pasting.
https://www.powerlibs.com/api/mcpWhat is MCP?
MCP (Model Context Protocol) is an open standard that lets AI assistants talk to external tools. Think of it like a USB port for AI.
Once connected, your AI can browse PowerLibs components, pull up settings, generate YAML, and look up Power Fx formulas. All from inside your editor.
You tell it what you need. It grabs the right component with the right config. Done.
What your AI can do
Browse all components
Your AI lists, filters, and picks the right component.
Generate custom YAML
Spits out Power Apps YAML with your colors, text, and settings baked in.
Search & discover
Find components by keyword or description. Skip the browsing.
PowerFX reference
Built-in formula library so your AI writes Power Fx that actually works.
Component details
Pull up every setting, default value, and config option for any component.
Generate forms from columns
Describe your data source columns. Get a full form layout back.
Works with
Get connected
Claude
OAuth (no API key needed)- 1Open Claude → Settings → MCP Servers
- 2Paste the MCP URL and click Connect
- 3Sign in with your PowerLibs account when prompted
VS Code / GitHub Copilot
API Key- 1Generate an API key in the section below
- 2Create .vscode/mcp.json in your project
- 3Paste the config snippet with your key
{
"servers": {
"powerlibs": {
"type": "http",
"url": "https://www.powerlibs.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Cursor
API Key- 1Generate an API key in the section below
- 2Create .cursor/mcp.json in your project
- 3Paste the config snippet with your key
{
"mcpServers": {
"powerlibs": {
"type": "http",
"url": "https://www.powerlibs.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}API Keys
Access full library
Sign in to unlock all components
If you already have an account, we'll log you in
What Users Say
"I was able to create a requested feature while still on the phone with management so they could view the result in real time."
Mike B.
Verified PowerLibs User
"It really helps me customize how I want, instead of trying to figure it out myself. Its saved me hours."
PowerLibs User
Power Apps Developer
"Both saved me a tremendous amount of time since I didn't need to build reusable components from scratch."
Kathleen Henry
Power Platform Developer
