boldem-api-mcp
v1.0.0
Published
MCP server for Boldem email marketing platform API
Maintainers
Readme
Boldem MCP Server
MCP server for the Boldem email marketing platform. Enables AI assistants to work with the Boldem API — manage contacts, campaigns, templates, orders, and more.
Prerequisites
- Node.js 18+
- Boldem account with OAuth credentials (Client ID and Client Secret)
Setup
Claude Code
npm install -g boldem-api-mcp
claude mcp add boldem -e BOLDEM_CLIENT_ID=your-client-id -e BOLDEM_CLIENT_SECRET=your-client-secret -- boldem-api-mcpClaude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"boldem": {
"command": "npx",
"args": ["-y", "boldem-api-mcp"],
"env": {
"BOLDEM_CLIENT_ID": "your-client-id",
"BOLDEM_CLIENT_SECRET": "your-client-secret"
}
}
}
}Cursor / Windsurf / other MCP clients
Use the same JSON configuration as above in your client's MCP settings file.
Verify installation
If you had a Claude Code session open before setup, restart it first. Then verify the server is connected:
/mcpConfiguration
The server requires the following environment variables:
| Variable | Description |
|---|---|
| BOLDEM_CLIENT_ID | OAuth Client ID |
| BOLDEM_CLIENT_SECRET | OAuth Client Secret |
License
MIT
