About
Overview
The Splunk MCP Server enables AI agents to interact with Splunk for machine data analytics. It provides tools for running SPL searches, accessing dashboards, managing saved searches, and viewing index statistics.
Capabilities
Tools & Capabilities
⚡search
Run a Splunk SPL search
⚡list_indexes
List available indexes
⚡list_saved_searches
List saved searches
⚡get_results
Get results from a search job
Setup
Installation
bash
Install
pip install mcp-server-splunkExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"splunk": {
"command": "python",
"args": ["-m", "mcp_server_splunk"],
"env": { "SPLUNK_HOST": "localhost", "SPLUNK_PORT": "8089", "SPLUNK_TOKEN": "your-token" }
}
}
}Quick Info
Authorcommunity
LanguagePython
StatusStable
Stars★ 60
Last UpdatedFeb 12, 2026