npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

synergy-mcp-server-v37

v1.0.0

Published

Synergy AI MCP Server — Gere imagens, vídeos e edições com IA direto do Claude, Cursor, VS Code e outros clientes MCP

Readme

🚀 Synergy AI — MCP Server

Conecte suas ferramentas de IA favoritas (Claude Desktop, Cursor, VS Code, etc.) ao Synergy AI para gerar imagens, vídeos, fazer upscale e muito mais — tudo direto da sua IDE ou assistente de IA.

✨ Ferramentas Disponíveis

| Ferramenta | Descrição | |---|---| | generate_image | Gerar imagens com diversos modelos (FLUX, Ideogram, Seedream, GPT Image, etc.) | | upscale_image | Ampliar resolução de imagem (2x ou 4x) | | edit_image | Editar imagem com IA (inpainting) | | generate_video | Gerar vídeos curtos com IA | | skin_enhancer | Melhorar pele em fotos de retrato | | analyze_image | Analisar e descrever imagens com IA |

📦 Instalação

npm install -g @synergy-ai/mcp-server

🔑 Obter API Key

  1. Acesse synergyia.com.br
  2. Vá em ConfiguraçõesChaves API
  3. Clique em Gerar Nova Chave
  4. Copie a chave syn_live_...

⚙️ Configuração

Claude Desktop

Adicione ao seu claude_desktop_config.json:

{
  "mcpServers": {
    "synergy-ai": {
      "command": "npx",
      "args": ["-y", "@synergy-ai/mcp-server"],
      "env": {
        "SYNERGY_API_KEY": "syn_live_sua_chave_aqui"
      }
    }
  }
}

Cursor

Adicione ao arquivo .cursor/mcp.json do projeto:

{
  "mcpServers": {
    "synergy-ai": {
      "command": "npx",
      "args": ["-y", "@synergy-ai/mcp-server"],
      "env": {
        "SYNERGY_API_KEY": "syn_live_sua_chave_aqui"
      }
    }
  }
}

VS Code (Copilot)

Adicione ao seu settings.json:

{
  "mcp": {
    "servers": {
      "synergy-ai": {
        "command": "npx",
        "args": ["-y", "@synergy-ai/mcp-server"],
        "env": {
          "SYNERGY_API_KEY": "syn_live_sua_chave_aqui"
        }
      }
    }
  }
}

Google Antigravity / Gemini CLI

Adicione ao seu arquivo de configuração MCP:

{
  "mcpServers": {
    "synergy-ai": {
      "command": "npx",
      "args": ["-y", "@synergy-ai/mcp-server"],
      "env": {
        "SYNERGY_API_KEY": "syn_live_sua_chave_aqui"
      }
    }
  }
}

🎨 Exemplos de Uso

Após configurar, você pode pedir ao seu assistente de IA:

  • "Gere uma imagem de um gato astronauta em estilo cyberpunk"
  • "Faça upscale 4x dessa imagem: https://..."
  • "Gere um vídeo curto de uma cachoeira na floresta"
  • "Analise essa imagem e me diga o que tem nela"
  • "Melhore a pele nessa foto de retrato"

🔧 Modelos de Imagem Disponíveis

| Modelo | ID | Descrição | |---|---|---| | Nano Banana 2 ⭐ | google:4@3 | Recomendado — até 4K, qualidade excepcional | | Nano Banana Pro | google:4@2 | Até 4K, realismo extremo | | Google Nano Banana | google:4@1 | Versão base Google | | GPT Image 2 | openai:gpt-image@2 | OpenAI multimodal | | FLUX.2 Pro | bfl:4@1 | Alta qualidade, fidelidade ao prompt | | FLUX.1 Kontext max | bfl:3@1 | Edição contextual avançada | | Ideogram 3.0 | ideogram:4@1 | Excelente para texto em imagens | | Qwen Image 2.0 | alibaba:[email protected] | Alibaba visual AI | | Qwen Image 2.0 Pro | alibaba:[email protected] | Alibaba visual AI (Pro) | | Wan2.7 Image Pro | alibaba:[email protected] | Moodboard e estilo | | Seedream 4.5 | bytedance:[email protected] | Arte e fotografia | | Seedream 5.0 Lite | bytedance:[email protected] | Seedream leve e rápido | | Runware Fast | runware:100@1 | Rápido e versátil (padrão) | | Seedream 4.0 Lite | runware:400@1 | Seedream via Runware |

📋 Variáveis de Ambiente

| Variável | Obrigatória | Descrição | |---|---|---| | SYNERGY_API_KEY | ✅ | Sua chave API do Synergy | | SYNERGY_BASE_URL | ❌ | URL customizada do gateway (para self-hosted) |

📝 Licença

MIT — Feito com ❤️ pela equipe Synergy AI