Back to directory
godzilla675/agentic-ai-tool-suite

godzilla675/agentic-ai-tool-suite

@Godzilla675

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.

mcpmedia-searchweb-searchpdf-generationpresentation-creationai-agentsmodel-context-protocoltool

Installation & Configuration

{
  "mcpServers": {
    "information-retrieval": {
      "command": "npx",
      "args": [
        "-y",
        "information-retrieval-mcp-server"
      ],
      "env": {
        "GOOGLE_API_KEY": "your-google-api-key",
        "GOOGLE_CSE_ID": "your-custom-search-engine-id"
      }
    },
    "media-tools": {
      "command": "npx",
      "args": [
        "-y",
        "media-tools-mcp-server"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "your-unsplash-key",
        "GEMINI_API_KEY": "your-gemini-key"
      }
    },
    "presentation-creator": {
      "command": "npx",
      "args": [
        "-y",
        "presentation-creator-mcp-server"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17