From 7c9b01db808845c22617c7ba536bf2b99e912675 Mon Sep 17 00:00:00 2001 From: Chetan Arora Date: Mon, 7 Jul 2025 17:22:26 +0530 Subject: [PATCH] Add MCPRelay - Secure web access and crawling service for AI agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ffbcb3ea6..b8a0debcd1 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[MCP Documentation Server](https://github.com/andrea9293/mcp-documentation-server)** - Server that provides local document management and semantic search capabilities. Upload documents, search them with AI embeddings, and integrate seamlessly with MCP clients like Claude Desktop and vs code. - **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - This server is a server that installs other MCP servers for you. - **[MCP Proxy Server](https://github.com/TBXark/mcp-proxy)** - An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server. +- **[MCPRelay](https://www.npmjs.com/package/@mcprelay/client)** - Secure web access and crawling for AI agents with smart proxy selection. Support for datacenter, residential, and mobile proxies. Visit [mcprelay.dev](https://mcprelay.dev) for more info. - **[MCP Server Creator](https://github.com/GongRzhe/MCP-Server-Creator)** - A powerful Model Context Protocol (MCP) server that creates other MCP servers! This meta-server provides tools for dynamically generating FastMCP server configurations and Python code. - **[MCP Server Generator](https://github.com/SerhatUzbas/mcp-server-generator)** - An MCP server that creates and manages MCP servers! Helps both non-technical users and developers build custom JavaScript MCP servers with AI guidance, automatic dependency management, and Claude Desktop integration. - **[MCP STDIO to Streamable HTTP Adapter](https://github.com/pyroprompts/mcp-stdio-to-streamable-http-adapter)** - Connect to Streamable HTTP MCP Servers even if the MCP Client only supports STDIO.