π¬ mcp-index
About
CLI tool to index MCP Servers to mcprepository.com
Details
- Author
- mcprepository
- Downloads
- 365
- Categories
- Other
Jump to
- 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:
- 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
π¬ mcp-indexCommand (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 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
---
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



