splunk/splunk-mcp-server2
Unofficial. Splunk MCP server. Implemented in Python and TypeScript/JS. Runs searches, queries Splunk, and outputs data as JSON, CSV, or Markdown for agentic LLM workflows. Includes guardrails for input SPL validation and output sanitization. SSE/stdio transport support. Deployment options: Stdio, local HTTP (SSE), or Docker.
Platform-specific configuration:
{
"mcpServers": {
"splunk-mcp-server2": {
"command": "npx",
"args": [
"-y",
"splunk-mcp-server2"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...