MCP.so
Sign In
O

Okta MCP Server by CData

@CDataSoftware

About Okta MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Okta (beta): https://www.cdata.com/download/download.aspx?sku=KUZK-V&type=beta

Basic information

Category

Developer Tools

Transports

stdio

Publisher

CDataSoftware

Submitted by

Cameron Leblanc

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\okta.prp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Okta MCP Server by CData?

Okta MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (like Claude Desktop) to query live Okta data using natural language. It is built on the CData JDBC Driver for Okta, which exposes Okta as relational SQL models, and wraps that driver in a simple MCP interface.

How to use Okta MCP Server by CData?

Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Okta, create a .prp file with your JDBC connection string, then configure Claude Desktop to use the server by adding an entry to claude_desktop_config.json. Run the server via a Java command that loads the JAR and the .prp file.

Key features of Okta MCP Server by CData

  • Read-only access to live Okta data
  • Exposes Okta as relational SQL models via JDBC
  • Natural language query support – no SQL required
  • Uses stdio transport (local machine only)
  • Licensed under MIT

Use cases of Okta MCP Server by CData

  • Ask an LLM to retrieve and summarize Okta user or group data
  • Correlate Okta events with other data using natural language
  • Get real-time answers about Okta objects without writing SQL
  • Integrate Okta data into AI-driven workflows and dashboards

FAQ from Okta MCP Server by CData

Is this server read-only?

Yes. This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server for Okta.

What runtime dependencies are required?

Java, Maven, and the CData JDBC Driver for Okta (available for download and self-licensing).

Where does my Okta data reside?

Data stays in Okta. The server queries live data through the JDBC driver; no data is copied or stored locally.

What transport does the server use?

The server uses stdio transport, so it can only be used with clients running on the same machine as the server.

How do I authenticate to Okta?

Authentication is configured via the CData JDBC Driver’s connection string builder, which typically uses OAuth. You run java -jar cdata.jdbc.okta.jar to open the utility, authenticate in your browser, and copy the resulting connection string into your .prp file.

Comments

More Developer Tools MCP servers