Install
$ agentstack add mcp-rsfl-splunk-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
splunk-mcp-server
Proof of Concept Splunk MCP server plus MCP file Server by Rod Soto
Environment
- Windows 11 Home 10.0.26100 Build 26100
- Claude Desktop (Windows 0.10.14)
- Splunk 9.3
- Node.js v8.17.0
- NPM 10.9.2
Install Instructions
- Install Node.js, NPM and Claude Desktop
- Create a directory to store MCP files
- Install dependencies
- cd folder you created
- npm init -y
- npm install
- npm install @modelcontextprotocol/server-filesystem
- npm install @modelcontextprotocol/sdk
- npm install splunk-sdk
- Download the files (packages.json {npm dependencies}, claudedesktopconfig.json {claude config}, splunk-server.js {mcp server code})
- Place "claudedesktopconfig.json" at "C:\Users\user\AppData\Roaming\Claude"
- Modify directories at desktop json file and splunk auth information
- Remember to close and re open claude desktop for your changes to take effect (Use task manager in windows)
# Operation
- Ask Claude if there are MCP Servers running, you should get an answer showing file and Splunk MCP Server running
- Ask Claude for relevant indexes in your splunk instances or input SPL and ask cloude to execute it.
- Windows paths need double backslashes (\\) or forward slashes (/).
- MCP servers are started automatically by Claude Desktop when it reads your config file - they don't start separately.
- Ask a simple question as in how many files are inside the folder, Claude can read their content as well.
- Have fun :)
# MCP Logs
- Location of MCP Logs is "C:\Users\user\AppData\Roaming\Claude\logs"
Note: This is a POC. Here are some links for MCP security
- https://www.nccgroup.com/us/research-blog/5-mcp-security-tips/#:~:text=In%20an%20environment%20where%20several,good%20health%20(and%20security).
Also Splunk
- https://help.splunk.com/en/splunk-enterprise/administer/manage-users-and-security/9.4/introduction-to-securing-the-splunk-platform/about-securing-the-splunk-platform
##Remember if you allow it MCP/Claude can WRITE to your system.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rsfl
- Source: rsfl/splunk-mcp-server
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.