Description
n8n-nodes-ctera-ai
n8n community node for CTERA AI MCP integration – enables semantic search, chat, and expert discovery.
n8n is a workflow automation platform.
Installation
cd ~/.n8n/nodes
npm install @ctera/n8n-nodes-ctera-ai
Then restart n8n. The CTERA Data Intelligence node will appear in your node list.
Operations
- List Experts – Get all available AI experts (knowledge bases)
- Semantic Search – Search within an expert’s knowledge base
- Chat – Have a conversation with an AI expert
Credentials
1. Log into Admin UI with your SSO credentials
2. Generate MCP Bearer Token:
Navigate to the MCP Tokens section in Admin UI, or use the API:
curl -k -X POST "https://YOURADMINURL/admin/api/mcp-tokens/generate"
-H "Cookie: connect.sid=YOURSESSIONCOOKIE"
-H "Content-Type: application/json"
-d '{"days": 30}' | jq -r .token
3. Configure in n8n:
https://mcp.your-domain.comExample Use Cases
Resources
License
MIT – See PUBLISH.md for publishing guidelines.