Skip to content
VS Code

MCP Finder for VS Code

io.github.ux-xd/mcpfinder

Find an MCP server for any task: searches the official registry, Smithery and npm; remote-first.

client:VS Code transport:streamable-http

Install MCP Finder in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcpfinder": {
      "type": "http",
      "url": "https://findanmcp.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Finder in other clients