From 27f44dddcf73fb8b06af738b90071bbfc1aabbf8 Mon Sep 17 00:00:00 2001 From: styleben Date: Wed, 3 Jun 2026 01:27:37 +0100 Subject: [PATCH 1/2] Add WpfPilot MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e50878200..b02999d10 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Servers interacting with APIs for museums, media databases, image/video hosting, Servers using tools for browser control, automation, and extracting content from websites. +- [skuzadev/wpfpilot-mcp](https://github.com/skuzadev/wpfpilot-mcp): Automates Windows WPF desktop apps for AI agents using semantic UI Automation selectors, query/act/wait/assert tools, screenshots, workflow recording, and xUnit + FlaUI test generation. Works with Codex, Claude, Cursor, VS Code, and other MCP clients via `npx -y @skuzadev/wpfpilot-mcp`. - [hshintelligence/agent-scrape](https://github.com/hshintelligence/agent-scrape) - Pay-per-call web scraping for AI agents via the x402 protocol on Base USDC. Six tools (scrape, extract via Groq+Llama 4, screenshot, metadata, session, workflow). No signup, no API keys. Remote MCP at `https://agent-scrape.healingsunhaven.workers.dev/mcp`. MIT licensed. - [Darko893/mcp-server](https://github.com/Darko893/mcp-server): AI-powered web scraping MCP server with Cloudflare bypass, JavaScript rendering, and structured data extraction via the Haunt API. Pay-per-use with generous free tier. From f8bc4df52c35ddeb88591b374bf2fb8c83928b9b Mon Sep 17 00:00:00 2001 From: Wenjing Yu Date: Sat, 6 Jun 2026 00:21:40 +0100 Subject: [PATCH 2/2] Move README listing to category docs --- docs/browser-automation--web-scraping.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/browser-automation--web-scraping.md b/docs/browser-automation--web-scraping.md index 7e5e02b59..d5a745260 100644 --- a/docs/browser-automation--web-scraping.md +++ b/docs/browser-automation--web-scraping.md @@ -279,3 +279,4 @@ Servers using tools for browser control, automation, and extracting content from - [yifanyifan897645/webcheck-mcp](https://github.com/yifanyifan897645/webcheck-mcp): Website health checker MCP server: SEO audit, accessibility scan, broken link detection, and performance analysis. - [yifanyifan897645/deadlink-checker-mcp](https://github.com/yifanyifan897645/deadlink-checker-mcp): Dead link checker MCP server for websites: detects broken links, redirects, and timeouts with detailed reporting. - [searchapi/searchapi-mcp](https://github.com/searchapi/searchapi-mcp) - Real-time SERP and web data for AI assistants: 100+ tools across Google, Bing, Amazon, YouTube, Maps, travel, and social from one remote MCP server. +- [skuzadev/wpfpilot-mcp](https://github.com/skuzadev/wpfpilot-mcp): Automates Windows WPF desktop apps for AI agents using semantic UI Automation selectors, query/act/wait/assert tools, screenshots, workflow recording, and xUnit + FlaUI test generation. Works with Codex, Claude, Cursor, VS Code, and other MCP clients via `npx -y @skuzadev/wpfpilot-mcp`.