S
Splunk
Run Splunk searches and inspect saved searches.
·No reviews yet
Share:
About
Auto-generated
Splunk is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Splunk.
- What is the Splunk MCP primarily used for?
- The Splunk MCP allows you to programmatically run Splunk searches and inspect saved searches. It is useful for integrating Splunk's powerful search capabilities into other development workflows and automation scripts.
- How do I install the Splunk MCP in one of the popular MCP clients?
- Installation in an MCP client like Cline typically involves adding the MCP's repository URL (https://github.com/livehybrid/splunk-mcp) as a source and then installing the 'splunk' package. Specific steps may vary slightly depending on the client.
- Does the Splunk MCP require an API key for authentication?
- Yes, the Splunk MCP requires an API key for authentication. You will need to configure this API key within your MCP client to successfully interact with your Splunk instance.
- What are the core capabilities exposed by the Splunk MCP?
- The Splunk MCP's primary capabilities include executing arbitrary Splunk searches and retrieving information about pre-configured saved searches. This enables automated data retrieval and analysis from your Splunk environment.
- Is there any cost associated with using the Splunk MCP?
- The Splunk MCP itself is provided under an open-source community license, so there is no direct cost for the connector. However, the underlying Splunk service may have its own licensing and costs depending on your deployment.
- What is a potential limitation or prerequisite when using this MCP?
- A key prerequisite for using the Splunk MCP is having an active Splunk instance configured and accessible. Network connectivity and appropriate permissions for the API key are also essential for successful operation.
Install Splunk
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"splunk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-splunk"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"splunk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-splunk"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"splunk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-splunk"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.