drio
Open app

Explorium API MCP Server

Source

Explorium API MCP Server

Catalog onlyCatalog onlySTDIO

Overview

The Explorium API MCP Server is a server designed to interact with the Explorium API, facilitating the development and integration of machine learning models and data processing workflows.

To use the server, clone the repository from GitHub, install the necessary dependencies, and run the local development server. Configuration is required for integration with tools like Claude Desktop and Cursor.

  • Easy setup and local development environment - Integration with Claude Desktop and Cursor for enhanced functionality - Support for environment variable configuration for API keys
  1. Developing and testing machine learning models locally.
  2. Integrating with data processing tools for seamless workflows.
  3. Facilitating API interactions for data scientists and developers.

Add to your AI client

Use these steps to connect Explorium API MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-explorium-explorium-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-explorium-explorium-ai"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-explorium-explorium-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-explorium-explorium-ai"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-explorium-explorium-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-explorium-explorium-ai"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-explorium-explorium-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-explorium-explorium-ai"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-explorium-explorium-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-explorium-explorium-ai"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-explorium-explorium-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-explorium-explorium-ai"
      ]
    }
  }
}

FAQ

What is the purpose of the MCP server?

The MCP server allows developers to interact with the Explorium API for machine learning and data processing tasks.

Is there a guide for setting up the server?

Yes! Detailed setup instructions are provided in the README file of the repository.

Can I use this server with other tools?

Yes, it supports integration with tools like Claude Desktop and Cursor.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2649,"uuid":"c8ee6c37-894e-4df1-8250-678752d7ae52","name":"mcp-explorium","title":"Explorium API MCP Server","description":"Explorium API MCP Server","avatar_url":"https://avatars.githubusercontent.com/u/48208778?v=4","created_at":"2025-03-13T09:21:33.460Z","updated_at":"2025-03-13T09:40:03.075Z","status":"created","author_name":"explorium-ai","author_avatar_url":"https://avatars.githubusercontent.com/u/48208778?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/explorium-ai/mcp-explorium","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/explorium-ai/mcp-explorium/actions/workflows/ci.yml/badge.svg","type":null,"metadata":"{\"star\":\"24\",\"license\":\"Apache-2.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-06-01 10:50:09\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Explorium API MCP Server — MCP Registry