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
An enterprise-grade intelligent agent platform for building knowledge bases, RAG, complex workflows, and AI agents, targeting intelligent customer service and office assistants.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
project-nova
Manages digital documents, tags, correspondents, and document types within a Paperless-NGX instance via a containerized MCP server using SSE transport for n8n integration.
llms
A centralized configuration and documentation management system for LLMs, providing tools for building skills, commands, agents, prompts, and managing MCP servers across multiple LLM providers.