Gravity AI UI
tech.ydb-qdrant/gravity-ai-uiSearch public Gravity AI UI drafts and generate Gravity UI interface payloads.
Tools · 4
Use to discover public liked Gravity AI UI interface drafts by title, summary, or id. This returns public gallery metadata only. Use get_interface when you need the full payload or React code for a kn…
Use when you already have a public Gravity AI UI gallery id and need the sanitized public interface metadata, composed payload, thumbnail URLs, page URL, and copyable React code.
Use to generate a new Gravity AI UI composed interface from a prompt. This calls the public generator with the server OpenAI configuration and does not save or publish the result.
Use to refine a previously generated Gravity AI UI composed payload with a natural-language instruction. This does not save or publish the result.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"gravity_ai_ui": {
"url": "https://gravity-ai.ydb-qdrant.tech/mcp",
"transport": "streamable-http"
}
}
}