Skip to content

Commit bf39a8e

Browse files
authored
Merge pull request modelcontextprotocol#127 from jirispilka/docs/add-tester-mcp-client
docs: add Apify MCP Tester amongst the clients
2 parents 9c34b8f + baf0127 commit bf39a8e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

clients.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This page provides an overview of applications that support the Model Context Pr
3131
| [SpinAI][SpinAI] |||||| Supports tools for Typescript AI Agents |
3232
| [OpenSumi][OpenSumi] |||||| Supports tools in OpenSumi |
3333
| [Daydreams Agents][Daydreams] |||||| Support for drop in Servers to Daydreams agents |
34+
| [Apify MCP Tester][Apify MCP Tester] |||||| Supports tools |
35+
3436

3537
[Claude]: https://claude.ai/download
3638
[Cursor]: https://cursor.com
@@ -44,6 +46,7 @@ This page provides an overview of applications that support the Model Context Pr
4446
[TheiaAI/TheiaIDE]: https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/
4547
[Superinterface]: https://superinterface.ai
4648
[5ire]: https://github.com/nanbingxyz/5ire
49+
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
4750
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
4851
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
4952
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
@@ -253,6 +256,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
253256
- Supports MCP Servers in config
254257
- Exposes MCP Client
255258

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

258272
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)