★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"semantic-kernel-play": {
"command": "npx",
"args": [
"-y",
"akshaykokane/semantic-kernel-playwright-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add semantic-kernel-play npx -y akshaykokane/semantic-kernel-playwright-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"semantic-kernel-play": {
"command": "npx",
"args": [
"-y",
"akshaykokane/semantic-kernel-playwright-mcp"
]
}
}
}
📋 Copy
Topics
ai microsoft semantic