ls-mcp
About
List MCP Servers configuration in your system
Details
- Author
- lirantal
- Downloads
- 373
- Categories
- Other
Jump to
- Scans local environment for MCPs
- Lists all detected MCP servers
- Runs via npx without installation
- Lightweight npm package
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ls-mcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run npx ls-mcp in your terminal. No installation or configuration is required – npx handles fetching and executing the package.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ls-mcp": {
"ls-mcp": {
"command": "npx",
"args": [
"ls-mcp"
]
}
}
}
}
McpServers
{
"ls-mcp": {
"command": "npx",
"args": [
"ls-mcp"
]
}
}
<!-- markdownlint-disable -->
<p align="center"><h1 align="center">
ls-mcp
</h1>
<p align="center">
Detect and list MCPs in your local dev environment (Model Context Protocol)
</p>
<p align="center">
<a href="https://www.npmjs.org/package/ls-mcp"></a>
<a href="https://www.npmjs.org/package/ls-mcp"></a>
<a href="https://www.npmjs.org/package/ls-mcp"></a>
<a href="https://github.com/lirantal/ls-mcp/actions?workflow=CI"></a>
<a href="https://codecov.io/gh/lirantal/ls-mcp"></a>
<a href="https://snyk.io/test/github/lirantal/ls-mcp"></a>
<a href="./SECURITY.md"></a>
</p>
Usage: CLI
npx ls-mcp
Contributing
Please consult CONTRIBUTING for guidelines on contributing to this project.
Author
ls-mcp © Liran Tal, Released under the Apache-2.0 License.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



