MCP Compass 🧭

MCP Compass 🧭

By liuyoshio GitHub

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

mcp-compass mcp-discovery
Overview

What is MCP Compass?

MCP Compass is a discovery and recommendation service designed to help users explore Model Context Protocol (MCP) servers through natural language queries. It simplifies the process of finding and utilizing appropriate MCP services for various AI applications.

How to use MCP Compass?

To use MCP Compass, clone the repository and integrate it into your AI assistant's MCP configuration. You can also utilize it via npx or by executing commands with Node.js depending on your setup.

Key features of MCP Compass?

  • 🔍 Smart Search: Find MCP services using natural language queries.
  • 📚 Rich Metadata: Detailed information available for each service.
  • 🔄 Real-time Updates: Keeps you informed with the latest MCP services.
  • 🤝 Easy Integration: Designed for seamless integration with any MCP-compatible AI assistant.

Use cases of MCP Compass?

  1. Assisting AI assistants in discovering relevant MCP services.
  2. Supporting developers in integrating MCP services into applications.
  3. Providing users with a user-friendly platform to explore various MCP functionalities.

FAQ from MCP Compass?

  • What is the Model Context Protocol (MCP)?

MCP is a framework that enables AI systems to discover and utilize various services seamlessly.

  • Is it easy to integrate MCP Compass with existing systems?

Yes! MCP Compass is designed for easy integration, allowing quick setup with minimal configuration.

  • Can I contribute to the MCP Compass project?

Absolutely! Contributions are welcome, and you can report issues or feature requests on the project's GitHub page.

Content

MCP Compass 🧭

Model Context Protocol

MCP Discovery & Recommendation

What is this? 🤔

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

Quick Example

MCP Compass Demo - Airtable Server Search

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 MCP Servers
  • 🤝 Easy Integration: Simple to integrate with any MCP-compatible AI assistant

Quick Start 🚀

Usage

  1. Clone the repository

or

  1. 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 💬

No tools information available.
No content found.