Back to Apps

mcp-server-splunk
Supports UIby jkosik
Bridge AI agents to Splunk for analyzing alerts, indexes, and saved searches using natural language.
0 stars
Works in:Cursor
Exposes:ToolsResourcesPrompts
What it does
Connects AI agents to Splunk instances, enabling the LLM to query system logs, check fired alerts, and manage saved searches without manual dashboard navigation.
Tools
list_splunk_saved_searches: Retrieves a list of saved searches from the Splunk instance.list_splunk_alerts: Lists configured alerts, with optional title filtering.list_splunk_fired_alerts: Finds alerts that have actually triggered within a specific timeframe.list_splunk_indexes: Lists available data indexes in Splunk.list_splunk_macros: Retrieves a list of defined Splunk macros.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"splunk": {
"command": "/path/to/mcp-server-splunk",
"env": {
"SPLUNK_URL": "https://your-splunk-instance:8089",
"SPLUNK_TOKEN": "your-splunk-token"
}
}
}
}
Supported hosts
Cursor, Claude Desktop.
Quick install
go build -o mcp-server-splunk cmd/mcp-server-splunk/main.goInformation
- Pricing
- free
- Published
- 6/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the binary path and SPLUNK_URL/SPLUNK_TOKEN to ~/.cursor/mcp.jsonClaude Desktop
Add the binary path and env vars to claude_desktop_config.json






