CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
marvennai avatar

Marvenn MCP Server

marvennai/mcp-server
9 toolsHTTPregistry active
Summary

This connects Claude to Marvenn's outbound sales platform, letting you automate multichannel prospecting through AI conversations. You'd reach for this when building agents that need to orchestrate cold outreach campaigns across email, voice calls, and LinkedIn without switching between tools. The server exposes Marvenn's API through MCP, so your agent can trigger sequences, manage prospect lists, and coordinate touchpoints programmatically. Best suited for teams already using Marvenn who want to wire their sales automation directly into Claude workflows instead of manually configuring campaigns through a dashboard.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

9 tools
list_campaignsList all campaigns for the authenticated user. Returns campaign name, status, creation date, and basic stats.2 params

List all campaigns for the authenticated user. Returns campaign name, status, creation date, and basic stats.

Parameters* required
limitnumber
Maximum number of campaigns to return (default 20, max 100)default: 20
statusstring
Filter by campaign status: active, paused, completed, draftone of active · paused · completed · draft
get_campaign_statsGet detailed analytics and performance stats for a specific campaign by ID.1 params

Get detailed analytics and performance stats for a specific campaign by ID.

Parameters* required
campaign_idnumber
The numeric ID of the campaign
create_campaignCreate a new outreach campaign. Requires write scope.4 params

Create a new outreach campaign. Requires write scope.

Parameters* required
namestring
Campaign name
objectivestring
Campaign objective or goal
targetAudiencestring
Description of the target audience
typestring
Campaign typeone of email · phone · social · multi_channel
list_leadsList leads in the CRM. Supports filtering by status, search term, and pagination.4 params

List leads in the CRM. Supports filtering by status, search term, and pagination.

Parameters* required
limitnumber
Maximum number of leads to return (default 20, max 100)default: 20
pagenumber
Page number for pagination (1-indexed)default: 1
searchstring
Search term for lead name, email, or company
statusstring
Filter leads by status: new, contacted, qualified, converted, lost
approve_actionApprove or reject a pending action that requires human authorization. Requires write scope.3 params

Approve or reject a pending action that requires human authorization. Requires write scope.

Parameters* required
action_idnumber
The numeric ID of the pending action
decisionstring
Whether to approve or reject the actionone of approve · reject
notesstring
Optional notes or reason for the decision
list_pending_actionsList all pending actions awaiting approval for the authenticated user.1 params

List all pending actions awaiting approval for the authenticated user.

Parameters* required
limitnumber
Maximum number of actions to return (default 20)default: 20
list_agentsList all AI agents for the authenticated user.1 params

List all AI agents for the authenticated user.

Parameters* required
limitnumber
Maximum number of agents to return (default 20)default: 20
list_usersList all users on the platform. Requires admin scope and admin user role.2 params

List all users on the platform. Requires admin scope and admin user role.

Parameters* required
limitnumber
Maximum number of users to return (default 50)default: 50
subscriptionTierstring
Filter by subscription tier: free, startup, team
manage_creditsView or adjust credit balance for a user. Requires admin scope and admin user role.4 params

View or adjust credit balance for a user. Requires admin scope and admin user role.

Parameters* required
actionstring
Action to perform: get current balance, add credits, or subtract creditsone of get · add · subtract
amountnumber
Number of credits to add or subtract (required for add/subtract)
reasonstring
Reason for credit adjustment (required for add/subtract)
target_user_idstring
The user ID to manage credits for
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Communication & Messaging
Registryactive
Package@marvenn/mcp-server
TransportHTTP
UpdatedApr 12, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
mattlong-plux avatar
Hostaway

io.github.mattlong-plux/hostaway

Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.
motiveflowllc avatar
AgentVault

io.github.motiveflowllc/agentvault

Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.
myrouteonline avatar
MyRouteOnline

io.github.myrouteonline/myrouteonline

Multi-stop route optimization, navigation links, and email delivery. Powered by MyRouteOnline.
oguntolaibrahim avatar
Image Viewer

io.github.oguntolaibrahim/image-viewer

InChat Image Viewer MCP - View images inline in AI chat by just providing the file path
pipeworx-io avatar
Activecampaign

io.github.pipeworx-io/activecampaign

ActiveCampaign MCP Pack — email marketing + CRM (API v3).
pipeworx-io avatar
Espn

io.github.pipeworx-io/espn

ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.