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
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.
More Developer Tools MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
@vercel/mcp-adapter
vercelEasily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
Comments