Arcanea Infogenius
Knowledge-first visual intelligence. An MCP server that researches topics via Google Search, extracts facts, then generates information-rich infographics through Gemini 3 Pro. 10 styles including premium glassmorphism.
Ask AI about Arcanea Infogenius
Powered by Claude Β· Grounded in docs
I know everything about Arcanea Infogenius. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Arcanea InfoGenius β Visual Intelligence MCP Server
Research-grounded infographics and visualizations, delivered as MCP tools.
Arcanea InfoGenius is a Model Context Protocol (MCP) server that generates rich infographics and visual content using Google Gemini 3 Pro. It combines real-time research grounding with image generation to produce accurate, publication-ready visuals directly from your AI coding environment.
Features
- Research-backed visuals β Gemini grounding pulls live data before generating images
- Multiple output styles β Infographics, diagrams, charts, concept art, and more
- MCP-native β Works with any MCP-compatible client out of the box
- Zero config β Single
npxcommand, no build step required
Tools
| Tool | Description |
|---|---|
research_topic | Research a topic using Gemini grounding and return structured findings |
generate_infographic | Generate a research-grounded infographic on any topic |
generate_visual | Generate a styled visual or diagram from a text prompt |
get_styles | List all available visual styles and their descriptions |
Quick Start
1. Set your API key
export GEMINI_API_KEY="your-google-ai-api-key"
2. Add to your MCP client
Claude Code (~/.claude/settings.json or project .mcp.json):
{
"mcpServers": {
"arcanea-infogenius": {
"command": "npx",
"args": ["arcanea-infogenius"]
}
}
}
Cursor / Windsurf β add the same config to your MCP settings file.
3. Use it
Ask your AI assistant to:
"Research quantum computing breakthroughs in 2026 and generate an infographic"
"Generate a visual diagram of a microservices architecture"
"Show me available infographic styles"
Usage Examples
Research a topic
Tool: research_topic
Input: { "topic": "renewable energy adoption rates by country" }
Returns structured research findings with sources, ready to feed into visualization.
Generate an infographic
Tool: generate_infographic
Input: {
"topic": "AI model scaling laws",
"style": "modern-dark"
}
Generates a complete infographic image grounded in current research.
Generate a visual
Tool: generate_visual
Input: {
"prompt": "System architecture diagram for a real-time multiplayer game",
"style": "technical-blueprint"
}
Generates a styled visual from a descriptive prompt.
Requirements
- Node.js 18+
- Google AI API key with Gemini 3 Pro access (
GEMINI_API_KEY)
How It Works
- Research β Gemini grounding searches the web for current, relevant data
- Synthesize β Findings are structured into a visual layout plan
- Generate β Gemini 3 Pro image generation creates the final visual
- Deliver β The image is returned as a base64-encoded result via MCP
Part of the Arcanea Ecosystem
Arcanea InfoGenius is one module in the Arcanea platform β a creative intelligence ecosystem for AI-human co-creation.
| Package | Description |
|---|---|
@arcanea/core | Intelligence engine β Guardian routing, voice, design tokens |
@arcanea/cli | Install Arcanea OS into any AI coding tool |
@arcanea/mcp | Core MCP server for the Arcanea platform |
arcanea-infogenius | Visual intelligence MCP server (this package) |
License
MIT
