Snipe-IT资产管理 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Snipe-IT资产管理 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Snipe-IT资产管理 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/jameshgordy/snipeit-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"snipe-it----": {
"command": "npx",
"args": ["-y", "snipeit-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Snipe-IT资产管理 执行以下任务... Claude: [自动调用 Snipe-IT资产管理 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"snipe-it____": {
"command": "npx",
"args": ["-y", "snipeit-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A comprehensive Model Context Protocol (MCP) server for managing Snipe-IT inventory systems. This server enables AI assistants to perform full CRUD operations across your entire Snipe-IT instance with 39 tools covering all major API endpoints.
uv sync
Create a .env file:
SNIPEIT_URL=https://your-snipeit-instance.com
SNIPEIT_TOKEN=your-api-token-here
SNIPEIT_ALLOWED_TOOLS=manage_assets,system_info # Optional: restrict exposed tools
| Variable | Required | Description |
|---|---|---|
SNIPEIT_URL | Yes | Your Snipe-IT instance URL |
SNIPEIT_TOKEN | Yes | API token for authentication |
SNIPEIT_ALLOWED_TOOLS | No | Comma-separated list of tool names to expose. If unset, all tools are available. |
Getting an API Token: 1. Log in to your Snipe-IT instance 2. Navigate to your user profile (top right menu) 3. Go to "Manage API Keys" or "Personal Access Tokens" 4. Generate a new token with required permissions
| Tool | Description |
|---|---|
manage_categories | Manage categories for all item types |
manage_manufacturers | Manage manufacturer information |
manage_models | Manage asset models (+ list assets by model) |
manage_status_labels | Manage status labels (+ list assets by status) |
manage_locations | Manage locations (+ list assets/users by location) |
manage_suppliers | Manage supplier information |
manage_depreciations | Manage depreciation schedules |
{
"action": "checkout",
"component_id": 45,
"checkout_data": {
"assigned_to": 123,
"assigned_qty": 2,
"note": "RAM upgrade"
}
}
Snipe-IT MCP 服务器是一款用于管理 Snipe-IT 库存系统的 Model Context Protocol (MCP) 服务器。该服务器使 AI 助手能够在 Snipe-IT 实例中执行全面的 CRUD 操作,涵盖所有主要 API 端点的 39 个工具。
Snipe-IT MCP 服务器提供了多种功能,包括管理类别、制造商、资产模型、状态标签、位置和供应商等。
Snipe-IT MCP 服务器要求 Python 3.11+、UV 包管理器、Snipe-IT 实例及其 API 访问权限以及 API 令牌和适当权限。
安装 Snipe-IT MCP 服务器需要使用 UV 包管理器,具体步骤如下:uv sync
使用 Snipe-IT MCP 服务器需要遵循以下使用示例:
系统配置包括管理类别、制造商、资产模型、状态标签、位置和供应商等。环境变量配置需要在 .env 文件中定义 SNIPEIT_URL、SNIPEIT_TOKEN 和 SNIPEIT_ALLOWED_TOOLS 等变量。
工作流 / 模块说明:
高质量的开源MCP工具
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,Snipe-IT资产管理 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | snipeit-mcp |
| 原始描述 | 开源MCP工具:MCP server for Snipe-IT asset management. Enables AI assistants to manage assets。⭐15 · Python |
| Topics | mcpai-toolsasset-management |
| GitHub | https://github.com/jameshgordy/snipeit-mcp |
| 语言 | Python |
收录时间:2026-06-01 · 更新时间:2026-06-01 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端