splunk-mcp

livehybrid/splunk-mcp
★ 94 stars Python 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol (MCP) implementation for Splunk Enterprise and Cloud integration with Cursor IDE or Claude
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "splunk-mcp": {
      "command": "uvx",
      "args": [
        "splunk-mcp"
      ]
    }
  }
}

Or install with pip: pip install splunk-mcp