MCP HubMCP Hub
liuyoshio

mcp-compass

by: liuyoshio

MCP Discovery & Recommendation Service - Find the right MCP server for your needs

66created 27/12/2024
Visit
discovery
recommendation

πŸ“ŒOverview

Purpose: MCP Compass serves to facilitate the discovery and utilization of Model Context Protocol servers by enabling AI assistants to navigate available services through natural language queries.

Overview: MCP Compass is a transformative discovery and recommendation service designed for exploring MCP servers. It simplifies the process of finding relevant MCP services by understanding user queries in natural language, empowering users to effectively select appropriate tools for various tasks.

Key Features:

  • Smart Search: Enables users to locate MCP services using natural language queries, enhancing accessibility and user-friendliness.

  • Rich Metadata: Provides comprehensive details about each service, ensuring users have the necessary information to make informed decisions.

  • Real-time Updates: Continuously refreshes with the latest MCP services, maintaining accuracy and relevance in the discovery process.

  • Easy Integration: Offers straightforward integration capabilities with any MCP-compatible AI assistant, streamlining the setup process.


MCP Compass 🧭

Model Context Protocol

MCP Discovery & Recommendation

Experience MCP Compass 🌐

You can now experience MCP discovery directly on our website!
πŸ‘‰ Explore MCP Compass πŸ‘ˆ

Discover the power of MCP services in action with real-time recommendations and insights.


What is this? πŸ€”

MCP Compass is a discovery and recommendation service that helps you explore Model Context Protocol (MCP) servers. It acts as a smart guide that helps AI assistants find and understand available MCP services based on natural language queries, making it easier to discover and utilize the right tools for specific tasks.

Features 🌟

  • πŸ” Smart Search: Find MCP services using natural language queries
  • πŸ“š Rich Metadata: Get detailed information about each service
  • πŸ”„ Real-time Updates: Always up-to-date with the latest MCP services
  • 🀝 Easy Integration: Simple to integrate with any MCP-compatible AI assistant

Quick Start πŸš€

Usage

  1. Clone the repository
    or
  2. Use npx

Installation

For Claude Desktop, edit your claude_desktop_config.json file:

MacOS/Linux

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windows

code $env:AppData\Claude\claude_desktop_config.json
  1. As an MCP Service:

Add to your AI assistant's MCP configuration to enable service discovery capabilities.

{
  "mcpServers": {
    "mcp-compass": {
      "command": "npx",
      "args": [
        "-y",
        "@liuyoshio/mcp-compass"
      ]
    }
  }
}

or

{
  "mcpServers": {
    "mcp-compass": {
      "command": "node",
      "args": [
        "/path/to/repo/build/index.js"
      ]
    }
  }
}

License πŸ“

MIT License - See LICENSE file for details.

Support πŸ’¬