snipeit-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@snipeit-mcpsearch for assets assigned to user 'jsmith'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
snipeit-mcp
CodexからSnipe-IT v7のREST APIを参照するための、読み取り専用MCPサーバーです。
提供するツール
API接続確認
資産の一覧・検索・詳細取得
ユーザーの一覧・検索・詳細取得
資産モデル、カテゴリ、ロケーションの一覧・検索
資産の作成・更新・削除など、Snipe-ITを書き換えるツールは含みません。
Related MCP server: KVMFleet MCP Server
必要環境
Python 3.11以上
MCP Python SDK 2.x
Snipe-ITのURL
Snipe-IT APIトークン
インストール
python3 -m venv .venv
.venv/bin/python -m pip install -e '.[dev]'Codexへ登録
トークンがコマンド履歴、Git、Codex設定へ平文保存されるのを避けるため、ホームディレクトリ内のローカル設定ファイルに保存し、所有者だけが読める権限にします。このファイルはリポジトリやiCloudキーチェーンには保存されません。
mkdir -p ~/.config/snipeit-mcp
chmod 700 ~/.config/snipeit-mcp
read -s 'SNIPEIT_TOKEN?Snipe-IT API token: '
printf '%s\n' "$SNIPEIT_TOKEN" > ~/.config/snipeit-mcp/token
unset SNIPEIT_TOKEN
chmod 600 ~/.config/snipeit-mcp/token
codex mcp add snipeit \
--env SNIPEIT_URL=http://192.168.186.128 \
--env SNIPEIT_API_TOKEN_FILE=$HOME/.config/snipeit-mcp/token \
-- \
/absolute/path/to/snipeit-mcp/.venv/bin/snipeit-mcp登録状態は次のコマンドで確認できます。
codex mcp list.envやAPIトークンはGitへコミットしないでください。.gitignoreで.env、秘密鍵、仮想環境を除外しています。
テスト
.venv/bin/pytestライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceRead-only MCP server that connects AI clients to Crescender's school asset, loan, member, and asset-comms API.6MIT

KVMFleet MCP Serverofficial
AlicenseAqualityCmaintenanceRead-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.5111MIT- AlicenseAqualityCmaintenanceA read-only MCP server for InvGate Asset Management, enabling natural language queries for assets, people, computers, servers, software, and API health.12101MIT
- AlicenseAqualityCmaintenanceMCP server for the Snipe-IT asset management REST API, enabling read and write operations on assets, licenses, accessories, and more.13Apache 2.0
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chiku-wa/snipeit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server