Wojtyniak MCP
Description
# MCP-MCP: Meta-MCP Server [](https://github.com/wojtyniak/mcp-mcp/releases/…
About
# MCP-MCP: Meta-MCP Server [](https://github.com/wojtyniak/mcp-mcp/releases/latest) [![Python…
Details
- Author
- wojtyniak
- Downloads
- 225
- Categories
- Search, Knowledge Base, AI, API, Other
Jump to
- Aggregates 1,969+ MCP servers from official and community sources
- Semantic search with precomputed embeddings for sub-second responses
- Multi-source discovery with intelligent deduplication
- Database automatically updated every 3 hours
- Supports stdio and HTTP transport modes
- Secure with origin validation middleware
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
Wojtyniak MCPCommand (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
Add MCP-MCP to your MCP client configuration (e.g., Claude Desktop or Claude Code) using uvx or pipx. Once configured, you can ask natural language queries such as "Find me an MCP server for weather data" to discover servers from the aggregated database.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wojtyniak mcp": {
"mcp-mcp": {
"command": "uvx",
"args": [
"mcp-mcp"
]
}
}
}
}
McpServers
{
"mcp-mcp": {
"command": "uvx",
"args": [
"mcp-mcp"
]
}
}
MCP-MCP: Meta-MCP Server
MCP-MCP is a Meta-MCP Server that acts as a tool discovery and provisioning service for the Model Context Protocol (MCP). When an AI assistant needs a capability that isn't currently available, it can ask MCP-MCP to discover and suggest appropriate MCP servers from a comprehensive database of over a thousand servers aggregated from multiple curated sources.
Think of it as a "phone book" for MCP servers - one tool to find all other tools.
🗃️ 1,969+ MCP Servers Available
MCP-MCP provides access to a comprehensive database aggregated from multiple curated sources, including: - Official MCP Servers (modelcontextprotocol/servers) - Community Collections (Punkpeye & Appcypher awesome lists) - Intelligent Deduplication ensures no duplicates across sources The database is automatically updated every 3 hours with the latest servers from the community.Motivation
Agents Just Wanna Have Tools - Agents know what they need: AI assistants can clearly articulate requirements like "check domain availability" or "get weather data" - Web search isn't always enough: Generic search results don't always provide realtime data - CLI tools require setup: Many tools need complex installation, configuration, and API keys - agents have to repeat this setup every single time they need to complete a task - MCP servers are scattered: Great tools exist but discovering them requires manual research across GitHub, forums, and documentation Why make agents (and users) hunt for tools when we can bring the tools to them?Quick Start
Claude Desktop Configuration
Add MCP-MCP to your Claude Desktop configuration file:Configuration File Location:
- macOS:~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
Configuration:
``json
{
"mcpServers": {
"mcp-mcp": {
"command": "uvx",
"args": ["mcp-mcp"]
}
}
}
`
Alternative with pipx:
`json
{
"mcpServers": {
"mcp-mcp": {
"command": "mcp-mcp"
}
}
}
`
Claude Code Configuration
Add MCP-MCP to your Claude Code configuration file:
`bash
claude mcp add mcp-mcp uvx mcp-mcp
`
Usage Examples
Once configured, you can ask Claude Desktop to discover MCP servers using natural language:
- "Find me an MCP server for weather data"
- "I need a server for checking domain availability"
- "Search for MCP servers related to stock market data"
- "What MCP servers are available for web scraping?"
Development
Prerequisites
- Python 3.13+
- uv package manager
- direnv (optional, for automatic environment setup)
- just (optional, for convenient development commands)
Setup
``bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


