mcp-compass
MCP Discovery & Recommendation Service - Find the right MCP server for your needs JavaScript-based implementation.
Documentation
MCP Compass ๐งญ
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 
- ๐ค 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
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows
code $env:AppData\Claude\claude_desktop_config.json1. 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 ๐ฌ
- ๐ Report issues
- ๐ก Feature requests
- ๐ Documentation
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
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
Adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP...
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP