Cvinbio

Cvinbio

Local
@vedangvatsa123TypeScriptUpdated Today

Search professional profiles from the CVin.Bio talent database.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cvinbio/mcp-serverv1.0.0

Run

npx -y @cvinbio/mcp-server

MCP client config

{
  "mcpServers": {
    "cvinbio": {
      "command": "npx",
      "args": [
        "-y",
        "@cvinbio/mcp-server"
      ]
    }
  }
}