mcpbeat Sign in

GlianaAI MCP Server

by gliana-labs Your server? Claim it
local only

GlianaAI runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 23 Aug 2026.

Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key.

Installs per day peak 164 · avg 33 · +169% w/w
a month agotoday
60
Installs / week
npm · gliana-ai-mcp
0
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check GlianaAI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gliana-ai-mcp -- npx -y gliana-ai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gliana-ai-mcp": {
      "args": [
        "-y",
        "gliana-ai-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gliana-ai-mcp]
command = "npx"
args = ["-y", "gliana-ai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gliana-ai-mcp": {
      "args": [
        "-y",
        "gliana-ai-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gliana-ai-mcp": {
      "args": [
        "-y",
        "gliana-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GLIANA_WALLET_KEY (0x EVM private key for a wallet holding USDC on Base/Tempo — enables the paid generate tool. Discovery tools work without it.), GLIANA_SOLANA_KEY (Solana secret key (base58 or JSON array) — enables paying with the solana rail.), GLIANA_RAIL (Payment rail for generate: base | tempo | solana (default base).), GLIANA_API_URL (Override the gateway base URL (default https://api.glianalabs.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GlianaAI

same job, measured the same way
Unifically
by unifically

One API for 100+ AI video, image, music and speech models.

14 tools answering
ViewMax MCP
by bytevirts

Remote MCP for AI video, image, music and speech generation.

14 tools answering
X402 Video
by x402-video

Pay-per-call AI video generation over x402 (USDC on Base). No accounts, no API keys.

local only
x402 Video — AI Video Generation (pay-per-call, no account)
by x402-video

Pay-per-call AI video generation (Seedance text-to-video) via x402. USDC on Base, no API key.

39 installs/wk local only
FOTOhub Creative AI
by fotohub

Generate images, video, music, voice and 3D through one API. 30 tools, 200+ models.

answering
Mostai MCP
by most-ai-com

Generate images, video, music, speech and text with 60+ models through your MostAI account.

2 741 installs/wk local only
GenMagic
by yumaheymans

Generate text, images, speech, music, and video with any AI model, from one credit balance.

6 tools answering
apimodels
by stimqq

Image, video, chat and speech models with one API key. The model can review its own images.

647 installs/wk local only

GlianaAI — questions

Answers built from our own checks of this server.

Why is there no uptime for GlianaAI?
GlianaAI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gliana-ai-mcp was installed 60 times last week.
How do I connect GlianaAI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gliana-ai-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use GlianaAI?
The npm package gliana-ai-mcp was installed 60 times in the last week. Week over week that is +169%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GlianaAI open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.