ls-mcp

by lirantal

373 downloads
Not rated
GitHub

About

List MCP Servers configuration in your system

Details

Author
lirantal
Downloads
373
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ls-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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">npm version</a>
<a href="https://www.npmjs.org/package/ls-mcp">license</a>
<a href="https://www.npmjs.org/package/ls-mcp">downloads</a>
<a href="https://github.com/lirantal/ls-mcp/actions?workflow=CI">build</a>
<a href="https://codecov.io/gh/lirantal/ls-mcp">codecov</a>
<a href="https://snyk.io/test/github/lirantal/ls-mcp">Known Vulnerabilities</a>
<a href="./SECURITY.md">Responsible Disclosure Policy</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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.