NetBox MCP Server
@netboxlabs
About NetBox MCP Server
Model Context Protocol (MCP) server for read-only interaction with NetBox data in LLMs
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"netbox-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
3Retrieves NetBox core objects based on their type and filters
Gets detailed information about a specific NetBox object by its ID
Retrieves change history records (audit trail) based on filters
Overview
What is NetBox MCP Server?
A read-only Model Context Protocol server that connects LLMs to NetBox data, enabling natural language queries of network inventory, IPAM, change logs, and more via MCP-compatible clients.
How to use NetBox MCP Server?
Create a read-only NetBox API token, install dependencies (uv sync or `pip install -e
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments