MCP Iconik
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Iconiksearch for assets with keyword 'sunset'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Iconik
MCP (Model Context Protocol) server providing tools for the Iconik media asset management API.
Features
Dual Transport Support: Both SSE (Server-Sent Events) and Streamable HTTP transports
Docker Ready: Runs as a containerized service
Comprehensive API Coverage: Tools for all major Iconik API endpoints
Claude Code CLI Compatible: Works with Claude Code CLI
LMStudio Compatible: Works with LMStudio via HTTP transport
Related MCP server: MCP REST API Server
Available Tools
Assets
iconik_list_assets- List assets with paginationiconik_get_asset- Get asset detailsiconik_create_asset- Create new asseticonik_update_asset- Update asset propertiesiconik_delete_asset- Delete an asset
Collections
iconik_list_collections- List collectionsiconik_get_collection- Get collection detailsiconik_create_collection- Create new collectioniconik_update_collection- Update collectioniconik_delete_collection- Delete collectioniconik_get_collection_contents- Get collection contentsiconik_add_to_collection- Add items to collection
Search
iconik_search- Search assets and collectionsiconik_list_saved_searches- List saved searchesiconik_get_saved_search- Get/execute saved searchiconik_create_saved_search- Create saved searchiconik_delete_saved_search- Delete saved search
Files & Storage
iconik_list_storages- List storage locationsiconik_get_storage- Get storage detailsiconik_get_asset_files- Get asset filesiconik_get_asset_formats- Get asset formatsiconik_get_asset_proxies- Get asset proxiesiconik_get_asset_keyframes- Get asset keyframes
Metadata
iconik_list_metadata_views- List metadata viewsiconik_get_metadata_view- Get metadata viewiconik_get_asset_metadata- Get asset metadataiconik_update_asset_metadata- Update asset metadata
Jobs
iconik_list_jobs- List jobsiconik_get_job- Get job detailsiconik_create_job- Create jobiconik_update_job- Update job
Users & Groups
iconik_list_users- List usersiconik_get_user- Get user detailsiconik_get_current_user- Get current usericonik_list_groups- List groupsiconik_get_group- Get group detailsiconik_list_shares- List sharesiconik_get_share- Get share detailsiconik_list_projects- List projectsiconik_get_project- Get project detailsiconik_list_webhooks- List webhooksiconik_get_webhook- Get webhook details
Generic
iconik_api_request- Make generic API requestsiconik_get_acls- Get object ACLsiconik_update_acls- Update object ACLs
Quick Start
Using Docker Compose
Create a
.envfile with your Iconik credentials:
# Option 1: Use JWT API token
ICONIK_API=your_jwt_token_here
# Option 2: Use App ID and Auth Token
ICONIK_APP_ID=your_app_id
ICONIK_AUTH_TOKEN=your_auth_token
# Optional: Custom Iconik URL (default: https://app.iconik.io)
ICONIK_URL=https://app.iconik.ioBuild and run:
docker-compose up -dThe server will be available at:
SSE endpoint:
http://localhost:8000/sseHTTP endpoint:
http://localhost:8000/mcpHealth check:
http://localhost:8000/health
Using Docker Directly
docker build -t mcp-iconik .
docker run -d \
-p 8000:8000 \
-e ICONIK_API=your_jwt_token \
--name mcp-iconik \
mcp-iconikLocal Development
# Install dependencies
pip install -e .
# Run the server
python -m mcp_iconik.serverConfiguration with Claude Code CLI
Add to your Claude Code configuration (~/.claude/mcp.json):
{
"mcpServers": {
"iconik": {
"url": "http://localhost:8000/sse",
"transport": "sse"
}
}
}Or for HTTP transport:
{
"mcpServers": {
"iconik": {
"url": "http://localhost:8000/mcp",
"transport": "http"
}
}
}Configuration with LMStudio
LMStudio uses HTTP transport. Configure the MCP server URL as:
http://localhost:8000/mcpAPI Endpoints
Endpoint | Transport | Description |
| SSE | Server-Sent Events connection |
| SSE | SSE message handler |
| HTTP | Streamable HTTP transport |
| HTTP | Health check endpoint |
Environment Variables
Variable | Description | Default |
| JWT API token (preferred) | - |
| Application ID | - |
| Auth token | - |
| Iconik base URL |
|
| Server host |
|
| Server port |
|
| Enable debug mode |
|
Getting Iconik Credentials
Log in to your Iconik instance
Go to Admin Panel > Settings > Application Tokens
Create a new application or use an existing one
Create a new authentication token
Copy the App ID and token
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/veup-engineering/mcp-backlight-iconik'
If you have feedback or need assistance with the MCP directory API, please join our Discord server