Gamma

Presentations, documents, websites

Official docs

About Gamma

Gamma is an AI-native tool for creating presentations, documents, and simple websites from prompts. Its remote MCP server lets assistants generate and edit Gamma content directly, turning ideas and outlines into polished, shareable decks and pages.

Connection details

https://mcp.gamma.app/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add gamma --transport http https://mcp.gamma.app/mcp

Frequently asked questions

What is the Gamma remote MCP server?

The Gamma remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.gamma.app/mcp, so AI assistants can connect to it without installing or running anything locally. Gamma is an AI-native tool for creating presentations, documents, and simple websites from prompts. Its remote MCP server lets assistants generate and edit Gamma content directly, turning ideas and outlines into polished, shareable decks and pages.

How do I connect to the Gamma MCP server?

Add the endpoint https://mcp.gamma.app/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Gamma MCP server require authentication?

Yes. Gamma uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Gamma MCP server use?

Gamma exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers