MCP Directory
Back

splunk-mcp

by livehybrid · Python · ★ 99

A Model Context Protocol (MCP) implementation for Splunk Enterprise and Cloud integration with Cursor IDE or Claude

Install

pip install git+https://github.com/livehybrid/splunk-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "splunk-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/livehybrid/splunk-mcp.git"
      ]
    }
  }
}

From the README

A FastMCP-based tool for interacting with Splunk Enterprise/Cloud through natural language. This tool provides a set of capabilities for searching Splunk data, managing KV stores, and accessing Splunk resources through an intuitive interface. The tool operates in three modes: 1. **SSE Mode** (Default) - Server-Sent Events based communication - Real-time bidirectional interaction - Suitable for web-based MCP clients - Default mode when no arguments provided - Access via endpoint 2. **API Mode** - RESTful API endpoints - Access via endpoint prefix - Start with 3. *…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers