MCPfinder - MCP Server Discovery
Rank #8,323dev.mcpfinder/server
Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery.
MCPfinder - MCP Server Discovery is a Model Context Protocol (MCP) server published by mcpfinder. It ranks #8,323 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. MCPfinder - MCP Server Discovery is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on May 4, 2025 and most recently updated on Apr 20, 2026.
Ranks ahead of 107,137 of 115,460 servers on MCP Toplist.
Use MCPfinder - MCP Server Discovery
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcpfinder https://mcpfinder.dev/mcpclaude mcp add mcpfinder -e "MCPFINDER_API_URL=<your MCPFINDER_API_URL>" -- npx -y @mcpfinder/serverReplace each placeholder with your own value before saving.
[mcp_servers.mcpfinder]
url = "https://mcpfinder.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcpfinder]
command = "npx"
args = ["-y", "@mcpfinder/server"]
[mcp_servers.mcpfinder.env]
MCPFINDER_API_URL = "<your MCPFINDER_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcpfinder.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcpfinder": {
"command": "npx",
"args": [
"-y",
"@mcpfinder/server"
],
"env": {
"MCPFINDER_API_URL": "<your MCPFINDER_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcpfinder": {
"url": "https://mcpfinder.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcpfinder": {
"command": "npx",
"args": [
"-y",
"@mcpfinder/server"
],
"env": {
"MCPFINDER_API_URL": "<your MCPFINDER_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcpfinder": {
"type": "http",
"url": "https://mcpfinder.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcpfinder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcpfinder/server"
],
"env": {
"MCPFINDER_API_URL": "<your MCPFINDER_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcpfinder": {
"serverUrl": "https://mcpfinder.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcpfinder": {
"command": "npx",
"args": [
"-y",
"@mcpfinder/server"
],
"env": {
"MCPFINDER_API_URL": "<your MCPFINDER_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcpfinder": {
"url": "https://mcpfinder.dev/mcp"
}
}
}{
"mcpServers": {
"mcpfinder": {
"command": "npx",
"args": [
"-y",
"@mcpfinder/server"
],
"env": {
"MCPFINDER_API_URL": "<your MCPFINDER_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.mcpfinder%2Fserver)<a href="https://mcptoplist.com/server/dev.mcpfinder%2Fserver"><img src="https://mcptoplist.com/badge/dev.mcpfinder%2Fserver.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mcpfinder
Other servers by mcpfinder
View all mcpfinder servers →Available versions (6)
| Version | Published |
|---|---|
| 1.0.4 | Apr 20, 2026 |
| 1.0.3 | Apr 20, 2026 |
| 1.0.2 | Apr 20, 2026 |
| 1.0.1 | Apr 20, 2026 |
| 1.0.0 | Apr 20, 2026 |
| 0.4.2 | Apr 20, 2026 |
Frequently asked questions
- Who maintains MCPfinder - MCP Server Discovery?
- MCPfinder - MCP Server Discovery is maintained by mcpfinder, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MCPfinder - MCP Server Discovery listed on the Official MCP Registry?
- Yes — MCPfinder - MCP Server Discovery is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCPfinder - MCP Server Discovery have?
- MCP Toplist tracks 6 versions of MCPfinder - MCP Server Discovery, most recently published on Apr 20, 2026.
- Where can I find the source code for MCPfinder - MCP Server Discovery?
- The source code for MCPfinder - MCP Server Discovery is hosted at github.com/mcpfinder/mcpfinder.