Unified MCP Suite
@Godzilla675
Unified MCP Suite について
A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agentic-ai-tool-suite": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Unified MCP Suite?
Unified MCP Suite is a collection of Model Context Protocol (MCP) servers packaged together for convenience, providing media handling, information retrieval, and document creation capabilities for AI assistants.
How to use Unified MCP Suite?
The easiest way is to use npx to run the published npm packages (e.g., npx -y information-retrieval-mcp-server) and configure each server individually in your MCP client's settings file. Alternatively, clone the repository and build each server from source.
Key features of Unified MCP Suite
- Search images via Unsplash and videos via YouTube.
- Download and understand image/video content using Google Gemini.
- Perform web searches with Google Custom Search and crawl web pages.
- Generate PDF documents from HTML content using Playwright.
- Create PowerPoint presentations from HTML slides.
Use cases of Unified MCP Suite
- Search for images and videos and have their content understood by an LLM.
- Retrieve up-to-date information from web searches and page crawling.
- Produce PDF reports or documents from raw HTML.
- Assemble slide presentations and PDFs from HTML content.
FAQ from Unified MCP Suite
What are the runtime requirements for Unified MCP Suite?
The TypeScript/Node.js servers require Node.js and npm. The Python servers require Python 3, a virtual environment, and Playwright browsers (playwright install).
Where do API keys go?
API keys are set as environment variables in the MCP client configuration file (e.g., GOOGLE_API_KEY, UNSPLASH_ACCESS_KEY). See the example claude_desktop_config.json.
Which servers require no API keys?
The PDF Creator Server and Presentation Creator Server require no API keys. All other servers need at least one external API key.
How are the servers started?
Once configured in the MCP client's settings file, the servers start automatically when the client launches and communicate via stdio.
Can I use Unified MCP Suite with any MCP client?
Yes, it is designed for MCP clients like Cline or the Claude Desktop App, configured via cline_mcp_settings.json or claude_desktop_config.json.
「推論」の他のコンテンツ
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
ArduPilot MCP Server Sandbox
hfujikawa77ArduPilotドローンをAIエージェントから操作するMCPサーバーです。
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
mcp-agentic-rag
rukshannetMCP Server for Agentic RAG applications
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
コメント