Back to MCP Servers

Flowcore Platform

Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language.

data-platforms

Installation

npx -y mcp-flowcore-platform

Configuration

{
  "mcpServers": {
    "mcp-flowcore-platform": {
      "command": "npx",
      "args": ["-y", "mcp-flowcore-platform"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub