Provides containerization support for easier deployment and isolated execution of the MCP server
Used for managing environment variables, particularly the Icypeas API key needed for authentication
Used for package management and running build/start commands for the MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Icypeas MCP Serverfind John Doe's work email at Acme Corporation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Icypeas MCP Server
This is a Model Context Protocol (MCP) server that integrates with the Icypeas API to provide work email finding capabilities.
Features
Find work emails using name and company information
Related MCP server: MCP Email Server
Setup
Local Setup
Clone this repository
Install dependencies:
npm installCreate a
.envfile based on.env.exampleand add your Icypeas API key:ICYPEAS_API_KEY=your_api_key_hereBuild the server:
npm run buildStart the server:
npm start
Docker Setup
Clone this repository
Create a
.envfile with your Icypeas API keyBuild and run using Docker Compose:
docker-compose up -d
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
Available Tools
icypeas_find_work_email: Find a work email using name and company information
License
ISC