Gaia MCP Server
Description
# Gaia MCP Server > **⚠️ DEPRECATED** > > This repository is deprecated and is no longer actively maintained. Please use the new Go implementation instead: > > **👉 [github.com/SipherAGI/gaia-mcp-go](https://github.com/SipherAGI/gaia-mcp-go)** > > The Go implementation provides…
About
# Gaia MCP Server > **⚠️ DEPRECATED** > > This repository is deprecated and is no longer actively maintained. Please use the new Go implementation instead: > > **👉 [github.com/SipherAGI/gaia-mcp-go](https://github.com/SipherAGI/gaia-mcp-go)** > > The Go implementation provides better performance, easier installation…
Details
- Author
- SipherAGI
- Downloads
- 166
- Categories
- Other
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Gaia MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"gaia mcp server": {
"gaia-mcp-server": {
"command": "npx",
"args": [
"@ather-mcp/gaia-mcp-server",
"sse"
]
}
}
}
}
McpServers
{
"gaia-mcp-server": {
"command": "npx",
"args": [
"@ather-mcp/gaia-mcp-server",
"sse"
]
}
}
Gaia MCP Server
> ⚠️ DEPRECATED
>
> This repository is deprecated and is no longer actively maintained. Please use the new Go implementation instead:
>
> 👉 github.com/SipherAGI/gaia-mcp-go
>
> The Go implementation provides better performance, easier installation, and active maintenance.
An MCP (Model Context Protocol) server implementation for ProtoGaia, supporting both stdio and SSE (Server-Sent Events) communication methods.
Table of Contents
- Introduction
- Installation
- Usage
- Integrate with Claude Desktop
- Using Stdio Method
- Using SSE Method
- Understanding MCP
- API Endpoints
- Supported Tools
- Notice
Introduction
This package contains a TypeScript implementation of an MCP server for ProtoGaia. It provides a standardized way for LLMs (Large Language Models) to communicate with external tools and services using the Model Context Protocol.
Installation
You can use Gaia MCP Server in multiple ways:
Using with npx (No Installation)
Run the server directly using npx without installing:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



