MCPMultipleServer
Verified Safeby chwee
Overview
Orchestrates multiple AI agents (story generation, image creation, Google search) using the Model Context Protocol (MCP) to fulfill multi-modal user requests.
Installation
python client.pyEnvironment Variables
- OPENAI_API_KEY
Security Notes
The code loads API keys from environment variables (good practice) and does not use 'eval' or other inherently dangerous functions. It relies on standard external API calls (OpenAI) and a third-party search library ('googlesearch'), which are common practices. No obvious malicious patterns were identified.
Similar Servers
MaxKB
MaxKB (Max Knowledge Brain) is an enterprise-grade intelligent agent platform designed to lower the technical barrier and deployment costs of AI implementation, helping businesses quickly integrate mainstream large language models, build proprietary knowledge bases, and offer a progressive upgrade path from RAG to complex workflow automation and advanced agents for various application scenarios like smart customer service and office assistants.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
thinkingcap
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.
Enterprise-Multi-AI-Agent-Systems-
Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.