Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsArcadeMCP Servers › @mercuryml/gamma-mcp-server

@mercuryml/gamma-mcp-server

This document guides you through setting up and running the Gamma MCP (Model Context Protocol) server, which allows you to generate presentations using the Gamma API directly from MCP clients like Anthropic's Claude for Desktop.

MCP · npx unknown

Install

MCP server — add to your Claude Code config (typically ~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "mercuryml-gamma-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mercuryml/gamma-mcp-server"
      ]
    }
  }
}

Or smoke-test directly:

npx -y @mercuryml/gamma-mcp-server

Details

Websitehttps://www.npmjs.com/package/@mercuryml/gamma-mcp-server
Licenseunknown
Pricingfree
Sourcesnpm
Discovered2026-05-25

More in MCP Servers

See all MCP Servers →

ClaudSkills Arcade · All categories · Catalog JSON · CC BY 4.0 · independent of Anthropic PBC