mcphello-mcp-server
by goldct
README.md
# mcphello-mcp-server
MCP Server for [mcphello.com](https://mcphello.com) — Discover 1500+ MCP tools with quality scores.
## Features
- 🔍 **Search** — Find MCP tools by keyword
- 📈 **Trending** — Get popular tools by category
- 🎲 **Random** — Discover new tools randomly
- 📋 **Details** — Get full tool information
## Installation
```bash
npx mcphello-mcp-server
```
Or install globally:
```bash
npm install -g mcphello-mcp-server
mcphello-mcp-server
```
## Configuration
Add to your Claude Desktop config (`claude_desktop_config.json`):
```json
{
"mcpServers": {
"mcphello": {
"command": "npx",
"args": ["mcphello-mcp-server"]
}
}
}
```
## Available Tools
### search_mcp_tools
Search tools by keyword.
```
Query: "database" → Returns database-related MCP tools
```
### get_trending_tools
Get popular tools, optionally filtered by category.
```
Categories: developer-tools, databases, browser-automation, ai-ml, search, communication, devops-cicd, knowledge-memory, security, art-media
```
### get_random_tool
Discover a random MCP tool. Great for exploration!
### get_tool_details
Get detailed info about a specific tool by slug.
## Links
- 🌐 Website: [mcphello.com](https://mcphello.com)
- 📊 API: [mcphello.com/api](https://mcphello.com/api)
- 🐛 Issues: [GitHub Issues](https://github.com/goldct/mcphello-mcp-server/issues)
## License
MIT