Server data from the Official MCP Registry
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-server-find": {
"args": [
"mcp-server-find"
],
"command": "uvx"
}
}
}From the project's GitHub README.
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery.
mcp-name: io.github.daedalus/mcp-server-find
pip install mcpfinder
mcpfinder is an MCP server that helps AI agents discover, evaluate, and install other MCP servers. It aggregates data from:
{
"mcpServers": {
"mcpfinder": {
"command": "python",
"args": ["-m", "mcpfinder"]
}
}
}
from mcpfinder import search_servers, get_server_details, get_install_config
# Initialize database
from mcpfinder.db import init_database
conn = init_database()
# Search for MCP servers
results = search_servers(conn, "postgres", 10)
# Get server details
detail = get_server_details(conn, "io.modelcontextprotocol/filesystem")
# Generate install config
config = get_install_config(conn, "io.modelcontextprotocol/filesystem", "claude-desktop")
search_mcp_servers: Search for MCP servers by keywordget_server_details: Get detailed server informationget_install_config: Generate install config for a platformbrowse_categories: Browse MCP server categoriesinit_database(db_path?: str) -> sqlite3.Connection - Initialize SQLite with FTS5search_servers(conn, query, limit?, filters?) -> list[SearchResult] - Search MCP serversget_server_details(conn, name_or_slug) -> ServerDetail | None - Get detailed server infoget_install_config(conn, name_or_slug, platform) -> InstallConfig - Generate install configlist_categories(conn) -> list[Category] - List all categoriesget_servers_by_category(conn, category, limit?) -> list[dict] - Get servers in categorygit clone https://github.com/daedalus/mcp-server-find.git
cd mcp-server-find
pip install -e ".[test]"
# Run tests
pytest
# Format
ruff format src/ tests/
# Lint
ruff check src/ tests/
# Type check
mypy src/
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.