mcp-compass

MCP Compass is a discovery and recommendation service that helps AI assistants find and understand Model Context Protocol servers using natural language queries. It simplifies discovering the right tools for specific tasks.

78
5

MCP Compass 🧭

Model Context Protocol

<a href="https://glama.ai/mcp/servers/85uxmq6wx7"><img width="380" height="200" src="https://glama.ai/mcp/servers/85uxmq6wx7/badge" alt="Compass MCP server" /></a>

MCP Discovery & Recommendation

Experience MCP Compass 🌐

Try MCP discovery directly on the website: Explore MCP Compass


What is this? 🤔

MCP Compass is a discovery and recommendation service for Model Context Protocol (MCP) servers. It helps AI assistants find and understand available MCP services using natural language queries, simplifying the discovery of tools for specific tasks.

Quick Example

<div align="center"> <img src="assets/demo.png" alt="MCP Compass Demo - Airtable Server Search" width="800"/> </div>

Features 🌟

  • 🔍 Smart Search: Uses natural language queries to find MCP services.
  • 📚 Rich Metadata: Provides detailed information about each service.
  • 🔄 Real-time Updates: Stays up-to-date with the latest MCP services MCP Servers
  • 🤝 Easy Integration: Integrates 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:
    {
    "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 💬

Repository

LI
liuyoshio

liuyoshio/mcp-compass

Created

December 27, 2024

Updated

March 28, 2025

Language

JavaScript

Category

AI