Skip to content

Commit 51a6dec

Browse files
committed
docs: Add Apify MCP Tester to the list of clients
1 parent db398f9 commit 51a6dec

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

clients.mdx

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ This page provides an overview of applications that support the Model Context Pr
1212
| [Claude Desktop App][Claude] |||||| Full support for all MCP features |
1313
| [Zed][Zed] |||||| Prompts appear as slash commands |
1414
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
15-
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
15+
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools |
1616
| [Continue][Continue] |||||| Full support for all MCP features |
17-
| [GenAIScript][GenAIScript] |||||| Supports tools. |
18-
| [Cline][Cline] |||||| Supports tools and resources. |
17+
| [GenAIScript][GenAIScript] |||||| Supports tools |
18+
| [Cline][Cline] |||||| Supports tools and resources |
1919
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
2020
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] |||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
2121
| [Superinterface][Superinterface] |||||| Supports tools |
2222
| [5ire][5ire] |||||| Supports tools. |
23-
| [Bee Agent Framework][Bee Agent Framework] |||||| Supports tools in agentic workflows. |
23+
| [Bee Agent Framework][Bee Agent Framework] |||||| Supports tools in agentic workflows |
24+
| [Apify MCP Tester][Apify MCP Tester] |||||| Supports tools |
2425

2526

2627
[Claude]: https://claude.ai/download
@@ -35,6 +36,7 @@ This page provides an overview of applications that support the Model Context Pr
3536
[Superinterface]: https://superinterface.ai
3637
[5ire]: https://github.com/nanbingxyz/5ire
3738
[Bee Agent Framework]: https://i-am-bee.github.io/bee-agent-framework
39+
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
3840

3941
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
4042
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -157,6 +159,18 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
157159
**Learn more:**
158160
- [Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/bee-agent-framework/#/tools?id=using-the-mcptool-class)
159161

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+
160174
## Adding MCP support to your application
161175

162176
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

Comments
 (0)