AI Skill Hub 推荐使用:Splunk MCP Server 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
MCP Server for integrating with Splunk Enterprise,简化数据集成,提高工作效率。
Splunk MCP Server 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
MCP Server for integrating with Splunk Enterprise,简化数据集成,提高工作效率。
Splunk MCP Server 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/deslicer/mcp-for-splunk
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"splunk-mcp-server": {
"command": "npx",
"args": ["-y", "mcp-for-splunk"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Splunk MCP Server 执行以下任务... Claude: [自动调用 Splunk MCP Server MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"splunk_mcp_server": {
"command": "npx",
"args": ["-y", "mcp-for-splunk"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<a name="ai-workflows--specialists-new"></a>
📖 Complete Setup Guide: Installation Guide
<a name="configuration"></a>
./scripts/smart-install.sh
Windows:
git clone https://github.com/deslicer/mcp-for-splunk.git
cd mcp-for-splunk
python
./scripts/smart-install.sh --dry-run
pip install mcp-itsi-server
<a name="development-local"></a>
<a name="enterprise-kubernetes"></a>
<a name="prerequisites"></a>
cp env.example .env
💪 Multi-Client Configuration Strength: One of the key advantages of this MCP Server for Splunk is its ability to support multiple client configurations simultaneously. You can run a single server instance and connect multiple clients with different Splunk environments, credentials, and configurations - all without restarting the server or managing separate processes.
<a name="multi-client-benefits"></a>
Before running the setup, configure your Splunk connection:
```bash
uv run mcp-server --test --detailed
**macOS/Linux:**
bash git clone https://github.com/deslicer/mcp-for-splunk.git cd mcp-for-splunk
uv run mcp-server --test --detailed ```
💡 Deployment Options: The mcp-server command will prompt you to choose: - Docker (Option 1): Full stack with Splunk, Traefik, MCP Inspector - recommended if Docker is installed - Local (Option 2): Lightweight FastMCP server only - for users without Docker
Stopping services: - uv run mcp-server --stop stops only this project's compose services (dev/prod/splunk). It does not stop the Docker engine.
Note on Splunk licensing: When using theso1Splunk container, you must supply your own Splunk Enterprise license if required. The compose files include a commented example mount:# - ./lic/splunk.lic:/tmp/license/splunk.lic:ro. Create alic/directory and mount your license file, or add the license via the Splunk Web UI after startup.
<a name="what-you-can-do"></a>
list_workflows: Discover available troubleshooting workflows (core + contrib)workflow_runner: Execute any workflow with full parameter control and progress trackingworkflow_builder: Create custom troubleshooting procedures for your organization<a name="search--analytics"></a>
🚀 Quick Start for Contributors:
```bash
Transform your Splunk troubleshooting from manual procedures to intelligent, automated workflows using the MCP server endpoints:
```python
result = await list_workflows.execute(ctx, format_type="summary")
result = await workflow_runner.execute( ctx=ctx, workflow_id="missing_data_troubleshooting", earliest_time="-24h", latest_time="now", focus_index="main" )
简介:mcp-for-splunk 项目是一个 Splunk 的 MCP 服务器,旨在提供智能、自动化的故障排查工作流。它支持多个客户端配置,并且可以与 Splunk 实例进行 API 访问。
功能介绍:该项目提供了多种功能,包括支持多个客户端配置、智能故障排查工作流、可扩展性强的 API 等。
环境依赖与系统要求:该项目需要 Python 3.10+、UV 包管理器、Nodejs(可选)、Docker(可选)以及 Splunk 实例的 API 访问权限。
中文安装步骤说明:该项目支持多种安装方式,包括使用 Docker、pip 和源码等。用户可以选择适合自己的安装方式。
中文使用教程:该项目提供了详细的使用教程,包括配置 Splunk 连接、使用 MCP 服务器等。
配置说明:该项目需要用户配置 Splunk 连接和其他关键参数。用户可以通过修改 .env 文件来配置这些参数。
工作流 / 模块说明:该项目提供了多种工作流和模块,包括 list_workflows、workflow_runner 和 workflow_builder 等。用户可以使用这些工作流和模块来创建自定义的故障排查流程。
中文 FAQ 摘要:该项目提供了智能故障排查工作流,用户可以通过 API 访问这些工作流并执行它们。FAQ 中提供了有关使用 MCP 服务器的常见问题和答案。
该项目提供了一个开源MCP工具,用于与Splunk Enterprise集成,简化数据集成,提高工作效率。代码质量良好,使用Python编写,易于维护和扩展。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Splunk MCP Server 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | mcp-for-splunk |
| 原始描述 | 开源MCP工具:MCP Server for integrating with Splunk Enterprise。⭐23 · Python |
| Topics | mcppython |
| GitHub | https://github.com/deslicer/mcp-for-splunk |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-06-01 · 更新时间:2026-06-01 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端