Lansweeper MCP Server (Experimental)
@Lansweeper-public
About Lansweeper MCP Server (Experimental)
An MCP server to query your lansweeper API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-server-lansweeper": {
"command": "npx",
"args": [
"-y",
"@lansweeper-public/mcp-server-lansweeper"
],
"env": {
"LANSWEEPER_PERSONAL_ACCESS_TOKEN": "your-lansweeper-token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Lansweeper MCP Server (Experimental)?
An experimental MCP (Model Context Protocol) server that allows querying the Lansweeper API to retrieve information about assets and authorized sites. It is intended for users with a Lansweeper account and API access who want to interact with their IT asset data through AI assistants.
How to use Lansweeper MCP Server (Experimental)?
Install via npx with a Personal Access Token set as the LANSWEEPER_PERSONAL_ACCESS_TOKEN environment variable. Configuration examples are provided for Cursor, VS Code, Claude Desktop, and Claude Code. The server can also be run directly using npx -y @lansweeper-public/mcp-server-lansweeper. Requires Node.js v16 or later.
Key features of Lansweeper MCP Server (Experimental)
- Query Lansweeper API to get asset and site details.
- Three tools:
get-asset-details,get-authorized-sites,get-assets-resources. - Installs via npx with no manual download.
- Supports multiple MCP clients (Cursor, VS Code, Claude Desktop/Code).
- Requires only a Personal Access Token for authentication.
- Built with Node.js and Model Context Protocol.
Use cases of Lansweeper MCP Server (Experimental)
- Retrieve detailed information about a specific asset by ID.
- List all authorized Lansweeper sites for your account.
- Get a complete inventory of all assets within a given site.
- Automate IT asset queries through an AI assistant interface.
FAQ from Lansweeper MCP Server (Experimental)
What are the prerequisites?
Node.js v16 or later, a Lansweeper account with API access, and a Lansweeper Personal Access Token (see Lansweeper Data API documentation to generate one).
How do I install for Cursor?
Add the provided JSON to your Cursor MCP config, replacing "your-lansweeper-token" with your actual Personal Access Token.
How do I install for VS Code?
Add the configuration to .vscode/mcp.json using the promptString input for the token; VS Code will ask for it when the server starts.
How do I install for Claude Desktop?
Add the JSON to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: `%APPDATA%\Claude
Frequently asked questions
What are the prerequisites?
Node.js v16 or later, a Lansweeper account with API access, and a Lansweeper Personal Access Token (see Lansweeper Data API documentation to generate one).
How do I install for Cursor?
Add the provided JSON to your Cursor MCP config, replacing `"your-lansweeper-token"` with your actual Personal Access Token.
How do I install for VS Code?
Add the configuration to `.vscode/mcp.json` using the promptString input for the token; VS Code will ask for it when the server starts.
How do I install for Claude Desktop?
Add the JSON to `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`, Windows: `%APPDATA%\Claude
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student โ in a fraction of the time. What once took a week, now takes one free period.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Go ๐
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
๐ 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,
Comments