Skip to content

Commit 12a6e32

Browse files
committed
feat: Update readme
1 parent 43532a9 commit 12a6e32

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€ŽREADME.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ For more details, visit the [Model Context Protocol website](https://modelcontex
3636

3737
The MCP Server empowers AI Agents to perform web searches and browsing using the [RAG Web Browser Actor](https://apify.com/apify/rag-web-browser).
3838
For a comprehensive understanding of AI Agents, check out our blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/) and explore Apify's [Agents](https://apify.com/store/categories/agents).
39-
Interested in building and monetizing your own AI agent on Apify? Check out our [step-by-step guide](https://blog.apify.com/how-to-build-an-ai-agent/) for creating, publishing, and monetizing AI agents on the Apify platform.
4039

41-
## Related MCP Servers and Clients by Apify
40+
Interested in building and monetizing your own AI agent on Apify? Check out our [step-by-step guide](https://blog.apify.com/how-to-build-an-ai-agent/) for creating, publishing, and monetizing AI agents on the Apify platform.
4241

43-
This server is designed to operate over standard input/output (stdio), providing a straightforward and efficient connection to AI Agents.
42+
## πŸ”Œ Related MCP servers and clients by Apify
4443

45-
For those who prefer not to run the MCP server locally, the RAG Web Browser Actor can be accessed directly via Server-Sent Events (SSE):
46-
- **🌐 [RAG Web Browser Actor via Server Sent Events (SSE)](https://apify.com/apify/rag-web-browser#anthropic-model-context-protocol-mcp-server)**
44+
This server operates over standard input/output (stdio), providing a straightforward connection to AI Agents. Apify offers several other MCP-related tools:
4745

48-
If you're interested in additional web scraping and browsing tools, consider exploring the MCP Server Actor:
49-
- **πŸ‡¦ [MCP Server Actor](https://apify.com/apify/actors-mcp-server)** – An HTTP server accessible through Server-Sent Events (SSE).
46+
### Server Options
47+
- **πŸ–₯️ This MCP Server** – A local stdio-based server for direct integration with Claude Desktop
48+
- **🌐 [RAG Web Browser Actor via SSE](https://apify.com/apify/rag-web-browser#anthropic-model-context-protocol-mcp-server)** – Access the RAG Web Browser directly via Server-Sent Events without running a local server
49+
- **πŸ‡¦ [MCP Server Actor](https://apify.com/apify/actors-mcp-server)** – MCP Server that provides AI agents with access to over 4,000 specialized [Apify Actors](https://apify.com/store)
5050

51-
Additionally, you can try the Tester MCP Client for a chat-like interface to interact with any SSE-based MCP server:
52-
- **πŸ’¬ [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)** – A user-friendly UI for engaging with the MCP server.
51+
### Client Options
52+
- **πŸ’¬ [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)** – A user-friendly UI for interacting with any SSE-based MCP server
5353

5454
## πŸ› οΈ Configuration
5555

0 commit comments

Comments
Β (0)