@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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA remote MCP server that connects Claude to a Twenty CRM workspace, enabling users to interact with CRM objects (People, Companies, Opportunities, and custom objects) through schema-driven tools for querying, creating, updating, and deleting records.Last updated1Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server for Clio Manage legal practice management software that enables Claude and other MCP clients to read and write Clio data including contacts, matters, and activities directly from chat.Last updated7MIT
- AlicenseBqualityAmaintenanceMCP server for the BoondManager API, enabling Claude to search, create, and modify records across 36 domains with 158 tools.Last updated10035518Apache 2.0
- Flicense-qualityBmaintenanceMCP server for EZ@Work — manage clients, projects, time entries, and invoices from Claude through natural conversation. OAuth 2.1 with Google sign-in, multi-currency support.Last updated
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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