Gaia MCP Server
@SipherAGI
关于 Gaia MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gaia-mcp-server": {
"command": "npx",
"args": [
"@ather-mcp/gaia-mcp-server",
"sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gaia MCP Server?
Gaia MCP Server is a deprecated TypeScript implementation of an MCP (Model Context Protocol) server for ProtoGaia. It provides a standardized way for LLMs to communicate with external AI image generation and manipulation tools. The project is no longer actively maintained; users are advised to use the new Go implementation.
How to use Gaia MCP Server?
Run directly via npx @ather-mcp/gaia-mcp-server sse or npx @ather-mcp/gaia-mcp-server stdio --api-key=YOUR_API_KEY. Alternatively, install globally with npm install -g @ather-mcp/gaia-mcp-server and then use gaia-mcp-server commands. For Claude Desktop integration, add the appropriate JSON configuration to Claude’s MCP settings and provide a valid Gaia API key.
Key features of Gaia MCP Server
- Supports stdio and SSE communication methods.
- Integrates with Claude Desktop for in-conversation image generation.
- Provides six image tools: upload-image, create-style, generate-image, remix, face-enhancer, upscaler.
- Runs without installation via npx.
- Includes health check endpoint at
/health. - Deprecated in favor of a Go implementation.
Use cases of Gaia MCP Server
- Generate images from text prompts inside LLM conversations (e.g., Claude Desktop).
- Upload existing images to the Gaia platform.
- Create and apply styles from reference images.
- Enhance faces and upscale image resolution.
- Remix existing images to create variations.
FAQ from Gaia MCP Server
Is Gaia MCP Server still maintained?
No. This repository is deprecated and no longer actively maintained. Use the Go implementation at github.com/SipherAGI/gaia-mcp-go instead.
How do I get a Gaia API key?
Log in to protogaia.com, go to account settings, navigate to the “Security” section, and create a new API key.
What runtime or dependencies are required?
Node.js is required. The server can be run via npx (no installation) or installed globally with npm. It uses the @modelcontextprotocol/sdk package.
Where are images generated and stored?
Image generation requires GAIA credits, which can be purchased on the Gaia platform. Images are processed via the Gaia API; the server itself does not store images locally.
What transport methods does the server support?
The server supports stdio (standard input/output) and SSE (Server-Sent Events over HTTP). In SSE mode, endpoints are /sse, /messages, /health, and /.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论