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
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