
MCP Compass 🧭
MCP Discovery & Recommendation Service - Find the right MCP server for your needs
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?
- Assisting AI assistants in discovering relevant MCP services.
- Supporting developers in integrating MCP services into applications.
- 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.
MCP Compass 🧭
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

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
- Clone the repository
or
- 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
-
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.