You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -253,6 +256,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
253
256
- Supports MCP Servers in config
254
257
- Exposes MCP Client
255
258
259
+
### Apify MCP Tester
260
+
261
+
[Apify MCP Tester](https://github.com/apify/tester-mcp-client) is an open-source client that connects to any MCP server using Server-Sent Events (SSE).
262
+
It is a standalone Apify Actor designed for testing MCP servers over SSE, with support for Authorization headers.
263
+
It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you to run it without any setup.
264
+
265
+
**Key features:**
266
+
- Connects to any MCP server via SSE.
267
+
- Works with the [Apify MCP Server](https://apify.com/apify/actors-mcp-server) to interact with one or more Apify [Actors](https://apify.com/store).
268
+
- Dynamically utilizes tools based on context and user queries (if supported by the server).
269
+
256
270
## Adding MCP support to your application
257
271
258
272
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.
0 commit comments