GlianaAI
About
Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GLIANA_WALLET_KEY GLIANA_SOLANA_KEY GLIANA_RAIL GLIANA_API_URLClaude Code
claude mcp add --env GLIANA_WALLET_KEY= --env GLIANA_SOLANA_KEY= --env GLIANA_RAIL= --env GLIANA_API_URL= gliana-ai-mcp -- npx gliana-ai-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"gliana-ai-mcp","command":"npx","args":["gliana-ai-mcp"],"env":{"GLIANA_WALLET_KEY":"","GLIANA_SOLANA_KEY":"","GLIANA_RAIL":"","GLIANA_API_URL":""}}'
JSON
{
"mcpServers": {
"gliana-ai-mcp": {
"command": "npx",
"args": [
"gliana-ai-mcp"
],
"env": {
"GLIANA_WALLET_KEY": "",
"GLIANA_SOLANA_KEY": "",
"GLIANA_RAIL": "",
"GLIANA_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.