Jira Assets MCP Server by CData
@CDataSoftware
About Jira Assets 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 Jira Assets (beta): https://www.cdata.com/download/download.aspx?sku=KNZK-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\\jira-assets.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 Jira Assets MCP Server by CData?
A read-only MCP server that lets LLMs like Claude Desktop query live Jira Assets data through natural language. It wraps the CData JDBC Driver for Jira Assets, which exposes Jira Assets as relational SQL models.
How to use Jira Assets MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Jira Assets, create a .prp file with your JDBC connection, and configure the server in your MCP client (e.g., Claude Desktop) using claude_desktop_config.json. The server runs via java -jar CDataMCP-jar-with-dependencies.jar <your>.prp.
Key features of Jira Assets MCP Server by CData
- Read-only access to Jira Assets data
- Exposes three tools: get_tables, get_columns, and run_query
- Uses stdio transport; client must run on the same machine
- Built on the CData JDBC Driver for Jira Assets
- Provides results in CSV format
Use cases of Jira Assets MCP Server by CData
- Ask Claude Desktop about open tickets or asset counts
- Retrieve column metadata from Jira Assets tables
- Execute arbitrary SQL SELECT queries against live data
FAQ from Jira Assets MCP Server by CData
Is this server read-only?
Yes, this project builds a read-only MCP server. For full CRUD capabilities, CData offers a separate beta MCP server.
What are the system requirements?
Java, Maven, and a licensed CData JDBC Driver for Jira Assets installed. The driver requires a license key or "TRIAL".
How do I connect to my Jira Assets instance?
Use the CData JDBC Driver’s connection string utility to generate a JDBC URL (e.g., jdbc:jiraassets:InitiateOAuth=GETANDREFRESH;) and place it in a .prp file.
Where does the data live?
The server queries live Jira Assets data through the JDBC driver; no data is stored locally.
Can I run this server remotely?
No. The server uses stdio transport and can only be used with clients running on the same machine.
More Version Control MCP servers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server

Git
modelcontextprotocolModel Context Protocol Servers
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).
Comments