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
@@ -157,6 +159,18 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
157
159
**Learn more:**
158
160
-[Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/bee-agent-framework/#/tools?id=using-the-mcptool-class)
159
161
162
+
### Apify MCP Tester
163
+
164
+
[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).
165
+
It is a standalone Apify Actor designed for testing MCP servers over SSE, with support for Authorization headers.
166
+
It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you to run it without any setup.
167
+
168
+
**Key features:**
169
+
- Connects to any MCP server via SSE.
170
+
- 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).
171
+
- Dynamically utilizes tools based on context and user queries (if supported by the server).
172
+
- Open-source—explore, improve, or customize it.
173
+
160
174
## Adding MCP support to your application
161
175
162
176
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