What is Junis Magic?
Junis Magic is Junis’s official MCP (Model Context Protocol) server that gives AI assistants complete access to manage your Junis platform. Instead of navigating the web dashboard, you can build, configure, and orchestrate AI agent teams directly from tools like Claude Desktop, Cursor, or any MCP-compatible client.Build and manage entire AI teams with natural language — no code, no dashboard clicking.
One-Line Setup: Just add the Junis Magic MCP server URL and your API key to your MCP client configuration. That’s it.
Why Junis Magic?
AI-Powered Management
Let AI assistants build your agent teams. Describe what you need in natural language, and your assistant creates, configures, and wires everything together.
70+ Platform Tools
Full platform control across 16 categories — from creating agents to uploading documents, managing schedules, and configuring OAuth integrations.
Cross-Organization
Manage multiple organizations from a single MCP connection. Switch between teams effortlessly.
Zero Code Required
No API calls to write. No dashboard to navigate. Just tell your AI what you want.
Getting Started
Step 1: Get Your API Key
- Log in to junis.ai
- Go to Settings > API Keys
- Create a User API Key (starts with
jns_user_)
User API Keys are recommended — they work across all your organizations with a single key. You can create up to 5 user API keys.
Step 2: Configure Your MCP Client
- Claude Desktop
- Cursor
- Other MCP Clients
Add to your Claude Desktop configuration file:macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: %APPDATA%\Claude\claude_desktop_config.jsonStep 3: Start Building
Once connected, ask your AI assistant to manage your Junis platform:Available Tool Categories
Junis Magic provides 70+ tools organized in 16 categories:| Category | Key Capabilities |
|---|---|
| Organization Management | List, create, and switch between organizations |
| Agent Management | Create, update, clone agents (LLM, Sequential, Parallel, Loop) |
| Sub-Agent Relationships | Wire parent-child agent hierarchies, reorder execution |
| MCP Platform Management | Connect and configure MCP integrations for agents |
| RAG Knowledge Base | Create datastores, upload documents, track indexing |
| Sessions | List conversations, view message history, manage sessions |
| Chat | Send messages to agents, OpenAI-compatible completions |
| Schedules | Create and manage automated task schedules |
| Skills | Import prompt-template skills from GitHub or npm |
| Composio OAuth | Connect 200+ OAuth integrations (Gmail, Slack, GitHub, etc.) |
| Team Builder | Batch operations for creating entire agent teams at once |
| Content Management | Track AI-generated images, videos, and audio |
| Soul & Identity | Define your organization’s AI personality and communication style |
| Memory Management | View and update user memory profiles |
| RAG Upload | Upload and manage knowledge base documents |
| Device Management | Connect and manage local devices for desktop agent control |
Example Workflows
Build a Complete Agent Team
Set Up a Knowledge Base
Configure OAuth Integrations
Manage Soul & Identity
Team Builder: Batch Operations
For complex setups, the Team Builder tool lets you create entire agent architectures in a single call:Supported Models
Junis Magic lets you configure agents with various AI models:| Model | Best For |
|---|---|
| Claude Sonnet 4.5 | General purpose, balanced performance |
| Claude Opus 4.6 | Complex reasoning, advanced analysis |
| Gemini 2.5 Flash | Cost-effective, RAG search (required for RAG) |
| GPT-4o | Alternative general purpose |
Best Practices
Recommended:
- Always call
switch_organizationfirst when starting a session - Use
list_agentsandlist_toolsto understand your current setup before making changes - Use the Team Builder for creating multiple agents at once
- Use User API Keys for cross-organization management
- Test agents with
send_messageafter creation
Related Guides
Agent System
Learn about agent types and orchestration
MCP Integration
Configure MCP platforms
Composio Integration
Connect OAuth-based services
API Reference
Programmatic access via REST API
Need Help? Contact us at contact@junis.ai for assistance with Junis Magic setup and configuration.
