mcp-mcpmarket
Scrapes GitHub repository READMEs to extract MCP server metadata including installation commands, configuration JSON, environment variables, license information, and available tools by fetching raw content from raw.githubusercontent.com.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-mcpmarketinstall the firecrawl MCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-mcpmarket
AI Agent Auto-Install: Point your agent to this repo and say "install mcp-mcpmarket" — it will read this README, detect your MCP client (Kilo/Claude Desktop), and configure itself automatically.
Features
Search MCP servers by keyword
Detail view with GitHub README scraping (language, license, real install commands, config JSON, env vars, tools)
Trending servers from the leaderboard
Browse by category
Agent Skills search
One-click install to Kilo config
Quick Install (AI Agent)
If you're an AI agent installing this for a user:
# Detect MCP client and auto-configure
git clone https://github.com/Xzeroone/mcp-mcpmarket.git /tmp/mcp-mcpmarket
cd /tmp/mcp-mcpmarket
# Check if Kilo config exists
if [ -f ~/.config/kilo/kilo.jsonc ]; then
# Add to Kilo config (local build)
npm install && npm run build
echo '{
"mcp": {
"mcpmarket": {
"type": "local",
"command": ["node", "'$(pwd)'/dist/index.js"],
"enabled": true
}
}
}' >> ~/.config/kilo/kilo.jsonc
fiManual Install
Option 1: npx (No build required)
{
"mcpServers": {
"mcpmarket": {
"command": "npx",
"args": ["-y", "mcp-mcpmarket"]
}
}
}Option 2: Local Build (Recommended for reliability)
git clone https://github.com/Xzeroone/mcp-mcpmarket.git
cd mcp-mcpmarket
npm install
npm run buildThen configure your MCP client:
Kilo (Recommended)
// ~/.config/kilo/kilo.jsonc
{
"mcp": {
"mcpmarket": {
"type": "local",
"command": ["node", "/path/to/mcp-mcpmarket/dist/index.js"],
"enabled": true
}
}
}Claude Desktop
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcpmarket": {
"command": "node",
"args": ["/path/to/mcp-mcpmarket/dist/index.js"]
}
}
}Tools
Tool | Description |
| Search MCP servers by keyword |
| Full details + GitHub README scrape |
| Top/trending servers |
| List all categories |
| Browse servers in a category |
| Search agent skills |
| Install an MCP server to Kilo config (by slug or manual command) |
How It Works
Scrapes mcpmarket.com pages and extracts structured data from JSON-LD tags
For detail views, fetches the GitHub README from
raw.githubusercontent.comParses the README to detect: language, license, install commands, config JSON blocks, env vars, and tool names
The
mcpmarket_installtool writes directly to your Kilokilo.jsoncconfig
Install Workflow
The mcpmarket_install tool supports two modes:
One-click install (recommended)
mcpmarket_install({ slug: "firecrawl" })Automatically fetches the server details and extracts the correct install command from GitHub.
Manual install
mcpmarket_install({ name: "my-server", command: ["npx", "-y", "@some/mcp-server"] })Use when you already know the exact command.
Parameters
Parameter | Required | Description |
| Yes (or command) | Server slug from mcpmarket.com. Auto-fetches install command. |
| No | Config entry name. Defaults to server slug. |
| Yes (or slug) | Manual command array if slug not provided. |
| No | Environment variables to set. |
| No | Install to global config (default: true). |
Development
npm install
npm run build
node dist/index.jsLicense
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xzeroone/mcp-mcpmarket'
If you have feedback or need assistance with the MCP directory API, please join our Discord server