trackmcp
Back to directory
liuyoshio

mcp-compass

View on GitHub

MCP Discovery & Recommendation Service - Find the right MCP server for your needs JavaScript-based implementation.

197 stars JavaScriptServers & Infrastructure Updated Oct 17, 2025

Documentation

MCP Compass ๐Ÿงญ

Model Context Protocol

MCP Discovery & Recommendation

Experience MCP Compass ๐ŸŒ

You can now experience MCP discovery directly on our website!

๐Ÿ‘‰ **Explore MCP Compass** ๐Ÿ‘ˆ

Dive in to discover the power of MCP services in action with real-time recommendations and insights.


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

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](https://github.com/modelcontextprotocol/servers)
  • ๐Ÿค 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

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

Windows

bash
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.

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

or

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

License ๐Ÿ“

MIT License - See LICENSE file for details.

Support ๐Ÿ’ฌ

Frequently asked questions

What is mcp-compass?

mcp-compass is MCP Discovery & Recommendation Service - Find the right MCP server for your needs JavaScript-based implementation.

How do I install mcp-compass?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-compass open source?

Yes โ€” it is hosted on GitHub at https://github.com/liuyoshio/mcp-compass and has 197 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP