MOI MCP Quick Start Guide

What is MOI MCP?

MOI MCP (MatrixOne Intelligence Model Context Protocol) is an intelligent service interface provided by MatrixOne Intelligence, enabling AI assistants to directly utilize various data processing and analysis functionalities of the MOI platform.

Key Features of MOI MCP:

  • Create Connectors - Connect to various data sources (databases, files, APIs, etc.)

  • Load Data - Import and process data from different sources

  • Create Workflows - Build automated data processing pipelines

  • Retrieve Parsed Data - Obtain structured data processed and analyzed by AI

1. MCP Configuration

  1. Navigate to your MCP client (Cursor, Claude, etc.) settings and locate the MCP server configuration (the location may vary depending on the client).

  2. Register a new MCP server by adding the “moi” configuration block under mcpServers with the following content:

{
  "mcpServers": {
    "mcp-moi-server": {
      "type": "streamable-http",
      "url": "https://mcp.cn-dev.m1intelligence.cn/mcp/",
      "note": "For Streamable HTTP connections, add this URL directly in your MCP Client",
      "headers": {
        "moi-key": "<your-api-key>"
      }
    }
  }
}
  1. After saving the configuration file, exit and restart the client for the changes to take effect.

2. Obtaining an API Key

  1. Visit the MatrixOne Intelligence Console.

  2. Navigate to the API Management page.

  3. Create a new API Key.

  4. Copy the key and update <your-api-key> in the configuration file.

  5. Restart the AI client.

💡 Detailed Instructions: For creating and managing API Keys, refer to the API Key Management Documentation.

Getting Started

After completing the above steps, you can start using MOI MCP functionalities in your conversations: