Elemeno Connector for AI agents.
10 live capabilities
Manage headless CMS content and schemas through natural language commands.
Waiting for input…
Why people use Elemeno
Elemeno CMS Content Management for Developers
With Elemeno, you can just ask your agent to pull that information. You can get a full schema summary or list all published items in a single sentence. It turns a multi-click navigation task into a quick conversation.
What Vinkius changes
You get a natural language interface for your entire headless CMS content library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Launch Verification
A content manager asks the agent to list all published content to ensure everything is live before a big announcement.
- Real-world use case 02
Schema Auditing
A developer asks for the field schema of the 'Products' collection to see if a new field was added.
- Real-world use case 03
Data Pulling
A dev asks for the JSON of the 'Contact Page' singleton to hardcode a specific component.
Complete set · 10capabilities
The complete Elemeno capability set.
These are the exact actions your AI can choose when you ask it to work with Elemeno.
01—04
4 capabilities in this set.
Part of 10 available through Elemeno.
- 01 Capability
Get collection details
See the specific settings and field schemas for a collection. It's perfect for understanding how data is structured.
- 02 Capability
Get singleton content
Fetch the data for a specific singleton block. It's the fastest way to get global page content.
- 03 Capability
List content collections
See every collection in your account. Use this to get an overview of your content types.
- 04 Capability
List collection items
List every item inside a specific collection. This helps you see what's available in a category.
05—07
3 capabilities in this set.
Part of 10 available through Elemeno.
- 05 Capability
Get elemeno account metadata
Get your account limits and metadata. This helps you stay within your plan's bounds.
- 06 Capability
Get collection item details
Pull all the content and metadata for a specific item. Use this to get the full JSON for a page or post.
- 07 Capability
Quick content volume audit
Get a summary of collection and singleton activity. This gives you a bird's eye view of your content.
08—10
3 capabilities in this set.
Part of 10 available through Elemeno.
- 08 Capability
List published content
Identify which items are currently live. It's a quick way to verify what the public can see.
- 09 Capability
List content singletons
See all your unique global pages and settings. This helps you manage high-level site data.
- 10 Capability
Search collection content
Find items in a collection by their title or slug. This saves you from scrolling through long lists.
Set up in minutes
One URL. Then ask Elemeno to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Elemeno from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xrkeNi92C5uywc86qksfbxga5dPT7V64KzccXN8s/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Elemeno, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Elemeno for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xrkeNi92C5uywc86qksfbxga5dPT7V64KzccXN8s/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Elemeno URL.
- Step 03
Save and start
Save the connection and enable Elemeno in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"elemeno": {
"url": "https://edge.vinkius.com/vk_preview_xrkeNi92C5uywc86qksfbxga5dPT7V64KzccXN8s/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Elemeno
Open Agent mode in chat and ask: "Using Elemeno, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"elemeno": {
"url": "https://edge.vinkius.com/vk_preview_xrkeNi92C5uywc86qksfbxga5dPT7V64KzccXN8s/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Elemeno
Ask Copilot: "Using Elemeno, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"elemeno": {
"url": "https://edge.vinkius.com/vk_preview_xrkeNi92C5uywc86qksfbxga5dPT7V64KzccXN8s/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Elemeno
Open Cascade and ask: "Using Elemeno, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"elemeno": {
"url": "https://edge.vinkius.com/vk_preview_xrkeNi92C5uywc86qksfbxga5dPT7V64KzccXN8s/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Elemeno
Ask Cline: "Using Elemeno, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add elemeno --transport http "https://edge.vinkius.com/vk_preview_xrkeNi92C5uywc86qksfbxga5dPT7V64KzccXN8s/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Elemeno
Ask Claude: "Using Elemeno, show me...". 10 tools are ready
Where the request belongs
Work Elemeno can move forward.
This is for content teams and developers who are tired of manual CMS audits and constant context switching between the CMS dashboard and their workspace.
Content Manager
Checks publishing statuses and item counts during a launch to ensure everything is live.
Web Developer
Audits collection schemas and singleton data while building front-end components.
Operations Lead
Monitors CMS health and content updates across different project sites.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPayload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your AI agent.
Zesty.io
Manage content models, items, and instances via the Zesty.io API.
ContentStack (Management)
Grant your AI agent read-write capabilities using ContentStack CMA. Update, publish, and manage contents, schemas, and environments from chat.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Contentstack
Equip your AI agent to instantly retrieve digital content and schemas using the Contentstack Delivery API.
Bring your own AI
Change the model, client or framework. Keep Elemeno connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Elemeno.
The practical details behind the request, access and result.
Can Elemeno help me manage my headless CMS content?
Yes. It lets you use your AI client to query, list, and monitor your CMS content without having to manually navigate the dashboard.
How do I check content schemas with Elemeno?
You can simply ask your agent to show you the details for a specific collection. It will return the full list of fields and settings instantly.
Can I see which items are published using Elemeno?
Absolutely. You can ask the agent to identify all items currently in a published state to verify your live content.
Does Elemeno work for global singletons?
Yes, it can access and display content for your singleton blocks, which are perfect for managing global site data like headers or footers.
Can I audit my content volume with Elemeno?
You can ask for a high-level summary of your collection and singleton activity to get a quick audit of your CMS health.
How does Elemeno help developers?
It helps developers quickly inspect schemas and pull content data into their workflow, reducing the need to switch back to the CMS UI.
How do I get an Elemeno API Key?
Log in to your Elemeno dashboard, select your project, navigate to Settings > API, and you can retrieve your unique API Key from there.
Does the integration support draft content?
Yes, you can use the list_collection_items capability to see all items, including their status (e.g., draft or published). Specific content retrieval depends on your API key permissions.
Can the agent update content via the API?
This integration currently focuses on listing and auditing content. Creating or updating items and singletons should be managed via the Elemeno dashboard or specific management API endpoints.
One connection away
Give your agent a direct line to Elemeno.
Connect Elemeno once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available