MCP Servers Search

by atonomus

Not rated
GitHub

About

Search and discover available MCP servers from the official repository.

Details

Author
atonomus
Categories
Search, Knowledge Base, Other

Setup

Install MCP Servers Search in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/atonomus/mcp-servers-search

Follow the installation instructions in the repository README, then restart your MCP client.

An MCP (Model Context Protocol) server that provides tools for querying and discovering available MCP servers from the officialmodelcontextprotocol/serversrepository.

- List Servers: Browse all available MCP servers with filtering by category
- Search: Find servers by name, description, or author
- Feature Search: Discover servers that provide specific capabilities
- Random Discovery: Get random server suggestions for exploration
- Caching: Efficient caching to minimize GitHub API calls

npm install -g @atonomus/mcp-servers-search
git clone https://github.com/atonomus/mcp-servers-search.git cd mcp-servers-search npm install
# Run directly with npx npx @atonomus/mcp-servers-search # Or if installed globally mcp-servers-search

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS):

{ "mcpServers": { "servers-search": { "command": "npx", "args": ["-y", "@atonomus/mcp-servers-search"] } } }

List all available MCP servers with optional filtering.

- category(optional): Filter by category - "reference", "official", "community", or "all" (default)
- search(optional): Search servers by name or description
- limit(optional): Maximum number of results (default: 20)

{ "name": "list_servers", "arguments": { "category": "official", "search": "database", "limit": 10 } }

Get detailed information about a specific MCP server.

- name(required): The name of the MCP server

{ "name": "get_server_details", "arguments": { "name": "GitHub" } }

Search for servers that provide specific features or capabilities.

- feature(required): The feature to search for (e.g., "database", "api", "blockchain")
- limit(optional): Maximum number of results (default: 10)

{ "name": "search_servers_by_feature", "arguments": { "feature": "blockchain", "limit": 5 } }

Get a random selection of MCP servers for discovery.

- count(optional): Number of random servers (default: 5)
- category(optional): Filter by category (default: "all")

{ "name": "get_random_servers", "arguments": { "count": 3, "category": "community" } }

Force refresh the cached list of MCP servers from GitHub.

{ "name": "refresh_server_list", "arguments": {} }
# Install dependencies npm install # Run normally npm start # Run tests npm test

The project includes a comprehensive Mocha test suite that tests the README parsing functionality. The tests cover:

- Standard format entries:Name - description
- Bold format entries:Name - description
- List format entries:- Name - description
- Author extraction:(by AuthorName)
- Category detection (reference, official, community)
- Description cleaning (removing embedded links)
- Special character handling (preserving backticks)

- "What MCP servers are available for database operations?"
- "Show me all official MCP servers"
- "Find MCP servers related to AI or machine learning"
- "Give me 5 random community servers to explore"
- "Tell me more about the GitHub MCP server"

// Example of using the server programmatically import { MCPToolsQueryServer } from '@atonomus/mcp-servers-search'; const server = new MCPToolsQueryServer(); await server.run();

The server caches the list of available MCP servers for 1 hour to minimize API calls to GitHub. You can force a refresh using therefresh_server_listtool.
- Fork the repository
- Create your feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m 'Add some amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Open a Pull Request

- Built on theModel Context Protocol SDK
- Data sourced from the official
MCP Servers Repository

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Fetch, convert, and search AWS documentation pages, with recommendations for related content.

Search campgrounds around the world on campertunity, check availability, and provide booking links.

The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.

All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.

MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.

At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.

Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/

Research tools, including a Sqlite-backed document stash

Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.

SerpApi MCP Server for Google and other search engine results

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.