πŸ“¬ mcp-index

by mcprepository

365 downloads
Not rated
GitHub Website

About

CLI tool to index MCP Servers to mcprepository.com

Details

Author
mcprepository
Downloads
365
Categories
Other

- One-command submission of a GitHub repo as an MCP Server.
- Auto-detection of project language and MCP compatibility.
- Duplicate checking and queuing for validation.
- Powered by the official MCP indexing API.

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 πŸ“¬ mcp-index
    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 it instantly via npx mcp-index <github-repo-url>, or install globally with npm install -g mcp-index and then run mcp-index <github-repo-url>. The tool submits the repository URL to the indexing API for validation and processing.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83d\udcec mcp-index": {
            "mcp-index": {
                "command": "npx",
                "args": [
                    "mcp-index",
                    "<github-repo-url>"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-index": {
        "command": "npx",
        "args": [
            "mcp-index",
            "<github-repo-url>"
        ]
    }
}

πŸ“¬ mcp-index

Submit your MCP Server to the official registry.
Powered by mcprepository.com β€” the official MCP Server Repository.

---

πŸ“¦ About

mcp-index is a simple CLI tool to submit your GitHub repository as an MCP Server to mcprepository.com.
Whether you’ve built an automation tool, an AI server, or a protocol interface β€” this tool helps you get listed publicly and discoverable by others.

---

πŸš€ Installation

You can use it instantly via npx:

npx mcp-index <github-repo-url>

Or install globally:

npm install -g mcp-index

---

πŸ“¬ Usage

mcp-index https://github.com/yourname/your-mcp-server

Example output:

βœ… Index request submitted successfully!
πŸ“¦ Expected MCP Server URL: https://mcprepository.com/yourname/your-mcp-server
⏳ Your repository is now queued for validation and processing.
πŸ” We will check if it's a valid MCP Server.
πŸ”” You’ll be notified when it becomes available on the MCP Repository.

---

🧠 Notes

- You must provide a valid GitHub repository URL.
- The server will handle:
- Checking for duplicates
- Detecting MCP compatibility
- Queuing for processing
- We auto-detect based on your project’s language and structure.

---

🌐 Powered by MCPRepository

This tool uses the official MCP indexing API:

POST https://mcprepository.com/api/index

Read more at mcprepository.com

---

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.