Model Context Protocol

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/mcp

What 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

ClaudeClaude
CursorCursor
VS CodeVS Code
GitHub CopilotGitHub Copilot

Get connected

Claude

Claude

OAuth (no API key needed)
  1. 1Open Claude → Settings → MCP Servers
  2. 2Paste the MCP URL and click Connect
  3. 3Sign in with your PowerLibs account when prompted
VS Code / GitHub Copilot

VS Code / GitHub Copilot

API Key
  1. 1Generate an API key in the section below
  2. 2Create .vscode/mcp.json in your project
  3. 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

Cursor

API Key
  1. 1Generate an API key in the section below
  2. 2Create .cursor/mcp.json in your project
  3. 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

Powered by PowerLibs © 2026
PowerLibs - 95+ Power Apps Components with Copy-Paste YAML Code