semantic-kernel-playwright-mcp

akshaykokane/semantic-kernel-playwright-mcp
★ 16 stars C# 🌐 Browser/Web Updated 21d ago
This project demonstrates how to combine Microsoft Semantic Kernel with the Model Context Protocol (MCP) server using Playwright to enable AI-driven browsing and summarization capabilities.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "semantic-kernel-play": {
      "command": "npx",
      "args": [
        "-y",
        "akshaykokane/semantic-kernel-playwright-mcp"
      ]
    }
  }
}

Topics

aimicrosoftsemantic