Createve.AI Nexus MCP Server
Open-source MCP server connecting AI agents with enterprise data, real-time sources, and secure business workflows.

What does “Createve.AI Nexus” MCP Server do?
Createve.AI Nexus is an open-source MCP (Model Context Protocol) server designed to bridge AI assistants—such as LLMs and agents—with enterprise systems, APIs, and real-world data sources. Developed by RootUK, it provides a universal integration layer that enables AI agents to securely access organizational data, trigger workflows, and interact with business applications. Createve.AI Nexus supports a variety of platforms, including Microsoft Copilot Studio (in preview), Anthropic’s Claude, and any MCP-enabled client, making it highly versatile for deployment scenarios. Its capabilities include real-time data streaming from sensors, secure connectivity to internal systems, role-based access management, and deployment features for enterprise environments (e.g., Azure integration, Private Link, Key Vault). By implementing MCP, Createve.AI Nexus empowers developers to build richer, context-aware AI solutions that can perform advanced tasks such as database queries, workflow automation, and live analytics integration.
List of Prompts
No information about prompt templates is available in the provided repository.
List of Resources
No explicit resources are listed in the available documentation or repository files.
List of Tools
No detailed list of tools is documented in the repository files or code structure.
Use Cases of this MCP Server
- Manufacturing Intelligence
- Connects Copilot Studio and other AI agents to live production lines, equipment sensors, and maintenance systems, enabling real-time monitoring, analytics, and predictive maintenance.
- Document Management Integration
- Links AI assistants with document management systems and knowledge bases, allowing users to query, summarize, or extract information from organizational content.
- Internal Workflow Automation
- Enables AI-driven workflow automation by interfacing with internal business processes, such as ticketing, approval chains, or custom workflows.
- Real-Time Data Access & Analysis
- Streams sensor or business data to AI agents for live analytics, anomaly detection, and rapid decision-making in operational environments.
How to set it up
Windsurf
- Ensure prerequisites such as Node.js and MCP support are installed.
- Open your Windsurf configuration file.
- Add the Createve.AI Nexus MCP Server with the following snippet:
{ "mcpServers": { "createveai-nexus": { "command": "npx", "args": ["@createveai-nexus-server@latest"] } } }
- Save the configuration and restart Windsurf.
- Verify that the Createve.AI Nexus MCP Server is running and accessible.
Securing API Keys (Windsurf Example):
{
"mcpServers": {
"createveai-nexus": {
"command": "npx",
"args": ["@createveai-nexus-server@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"api_key": "${API_KEY}"
}
}
}
}
Claude
- Install prerequisites and ensure MCP is supported.
- Locate the Claude desktop app’s MCP configuration file.
- Add the Createve.AI Nexus MCP Server:
{ "mcpServers": { "createveai-nexus": { "command": "npx", "args": ["@createveai-nexus-server@latest"] } } }
- Restart Claude.
- Confirm the server is connected.
API Key Security:
"env": {
"API_KEY": "${API_KEY}"
}
Cursor
- Verify Node.js and MCP support.
- Open Cursor’s configuration settings.
- Insert the following MCP server configuration:
{ "mcpServers": { "createveai-nexus": { "command": "npx", "args": ["@createveai-nexus-server@latest"] } } }
- Save and restart Cursor.
- Check the MCP server connection.
Cline
- Ensure Cline supports MCP integration.
- Open the relevant configuration file.
- Add Createve.AI Nexus MCP server:
{ "mcpServers": { "createveai-nexus": { "command": "npx", "args": ["@createveai-nexus-server@latest"] } } }
- Save and restart Cline.
- Verify MCP server functionality.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"createveai-nexus": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “createveai-nexus” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates in repo |
List of Resources | ⛔ | Not explicitly listed |
List of Tools | ⛔ | No tool details in repo |
Securing API Keys | ✅ | Example provided in setup section |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Our opinion
The Createve.AI Nexus MCP Server scores moderately due to its clear enterprise orientation, robust setup options, and licensing, but lacks explicit documentation for prompts, resources, and tools. Its real-world use cases are strong, but more technical transparency would improve its utility.
MCP Score
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 3 |
Number of Stars | 1 |
Frequently asked questions
- What is Createve.AI Nexus MCP Server?
Createve.AI Nexus is an open-source Model Context Protocol (MCP) server enabling AI assistants to securely connect with enterprise systems, APIs, and real-world data. Developed by RootUK, it facilitates data access, workflow automation, and integration with platforms like Copilot Studio and Claude.
- Which platforms and AI agents are supported?
Createve.AI Nexus works with Microsoft Copilot Studio (preview), Anthropic’s Claude, and any MCP-enabled client, including FlowHunt, Windsurf, Cursor, and Cline.
- What are typical use cases?
Use cases include manufacturing intelligence (real-time sensor data), document management integration, internal workflow automation, and live analytics for rapid decision-making.
- How do I secure API keys when deploying?
Environment variables should be used to store sensitive API keys in your configuration. Refer to the specific setup instructions for your client (Windsurf, Claude, Cursor, Cline) for examples.
- What are the licensing and open-source details?
Createve.AI Nexus is licensed under Apache-2.0, allowing free and open usage, modification, and deployment.
- Does the server come with prompt templates or resource lists?
No, the current repository does not provide prompt templates, explicit resources, or a tool list. The focus is on providing a robust MCP integration layer for enterprise environments.
Deploy Createve.AI Nexus with FlowHunt
Connect your AI agents to enterprise systems, automate workflows, and harness real-time analytics with Createve.AI Nexus MCP Server.