@mnicole-dev/erezo-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., "@@mnicole-dev/erezo-mcp-serverShow me my contacts"
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.
@mnicole-dev/erezo-mcp-server
MCP server for the eRezo API — manage your professional contacts and events directly from Claude.
Tools (11)
Contacts
Tool | Description |
| List contacts with search, filters, and sorting |
| Get contact details by UUID |
| Create a new contact (subject to quota) |
| Partial update of a contact |
| Delete a contact |
| Quick search by name, email, or company |
Events
Tool | Description |
| List upcoming events with filters |
| Get event details |
| Register for an event |
| Cancel event registration |
Account
Tool | Description |
| Get current user profile |
Related MCP server: clio-mcp
Requirements
Node.js 18+
An eRezo API key
Installation
npm install -g @mnicole-dev/erezo-mcp-serverOr run directly with npx:
npx -y @mnicole-dev/erezo-mcp-serverConfiguration
Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"erezo": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@mnicole-dev/erezo-mcp-server"],
"env": {
"EREZO_API_KEY": "your-api-key"
}
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"erezo": {
"command": "npx",
"args": ["-y", "@mnicole-dev/erezo-mcp-server"],
"env": {
"EREZO_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to Cursor MCP settings:
{
"mcpServers": {
"erezo": {
"command": "npx",
"args": ["-y", "@mnicole-dev/erezo-mcp-server"],
"env": {
"EREZO_API_KEY": "your-api-key"
}
}
}
}Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your eRezo API key |
| No |
| API base URL (for development) |
Usage Examples
List your contacts:
"Show me all my contacts"
Create a contact:
"Create a contact for Jean Dupont, CTO at Acme Corp, met at Salon du Numérique"
Find upcoming events:
"What events are coming up this month?"
Development
git clone https://github.com/mnicole-dev/erezo-mcp-server.git
cd erezo-mcp-server
npm install
npm run devLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnicole-dev/erezo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server