← Back to Plugins
MCP Server MCP

io.github.xinxinhenaixin/emailfinder-mcp

github By github 👁 1 views ▲ 0 votes

Find verified professional emails by name, domain, LinkedIn, or role.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "emailfinder-mcp",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        },
        {
          "value": "emailfinder-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "API key from emailfinder.dev/dashboard/settings",
          "isRequired": true,
          "isSecret": true,
          "name": "EMAILFINDER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...