mcp-jocko
Verified Safeby Jocko-Fuel
Overview
Universal MCP server to expose Claude-powered AI tools, primarily for image generation, to non-technical users via Claude Desktop.
Installation
uv run python -m scripts.serverEnvironment Variables
- GEMINI_API_KEY
- SHOPIFY_ACCESS_TOKEN
- SHOPIFY_STORE_URL
- ENABLE_WRITE_ACCESS
Security Notes
The project follows good security practices, retrieving API keys and sensitive configuration via environment variables (os.getenv) rather than hardcoding. It uses standard, well-vetted libraries (httpx, google-generativeai) for external API calls. Secrets are explicitly stated to be managed in FastMCP Cloud or GCP Secret Manager, not in the codebase. No 'eval' or other easily exploitable patterns were found.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.
jimeng-mcp-server
An MCP server to provide Claude and other LLMs with image and video generation capabilities via the JiMeng AI service's reverse-engineered API.