MCP Compass
About
MCP Compass is a discovery and recommendation service that assists AI assistants in finding and understanding Model Context Protocol servers through natural language queries.
Details
- Author
- liuyoshio
- Repository
- liuyoshio/mcp-compass
- GitHub stars
- 192
- Downloads
- 1
- License
- MIT License
- Categories
- Search, Knowledge Base, AI, Other
Jump to
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- 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
MCP CompassCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@liuyoshio/mcp-compass
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
For Claude Desktop, edit your claude_desktop_config.json file:
<div align="center">

</div>
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp compass": {
"cwd": "string",
"env": {},
"args": [
"-y",
"@liuyoshio/mcp-compass"
],
"shell": false,
"command": "npx"
}
}
}
Linux
{
"cwd": "string",
"env": [],
"args": [
"-y",
"@liuyoshio/mcp-compass"
],
"shell": false,
"command": "npx"
}
Macos
{
"cwd": "string",
"env": [],
"args": [
"-y",
"@liuyoshio/mcp-compass"
],
"shell": false,
"command": "npx"
}
Windows
{
"cwd": "string",
"env": [],
"args": [
"-y",
"@liuyoshio/mcp-compass"
],
"shell": false,
"command": "npx"
}
MCP Compass 🧭
<a href="https://glama.ai/mcp/servers/85uxmq6wx7"></a>
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
<div align="center">
</div>
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
`` 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 💬
- 🐛 Report issues
- 💡 Feature requests
- 📖 Documentation
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


