Skip to main content
ClaudeWave
voicelogica avatar
voicelogica

voice-logica-plugin

View on GitHub

Voice Logica Plugin

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
90/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Topics declared
  • Documented (README)
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: NPX · @voicelogica/mcp-server
Claude Code CLI
claude mcp add voice-logica-plugin -- npx -y @voicelogica/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "voice-logica-plugin": {
      "command": "npx",
      "args": ["-y", "@voicelogica/mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Voice Logica plugin

One plugin folder for Cursor, Claude Code, ChatGPT, Codex, Gemini CLI, and Grok. Users install it, click Connect, and sign in at Voice Logica. After that they can manage AI voice agents, phones, integrations, workflows, calls, and billing from chat.

The default MCP is the hosted endpoint at https://api.voicelogica.ai/api/v1/mcp. Clients that support OAuth open a Connect flow to https://app.voicelogica.ai. This is not the Voice Logica backend.

## What users can do

- List, create, and edit AI voice agents (prompts, greetings, languages, voices, versions)
- Change transfer, end-call, analysis, notification, memory, and appointment settings
- Turn agent tools on or off (SMS, appointments, e-shop, HubSpot, silence, IVR, and more)
- Register VoIP phones, assign numbers, and manage edge-device forwards
- Connect CRM, e-commerce, ERP, calendar, SMS, and helpdesk integrations, then test them on a Call ID
- Book on Google or Microsoft calendars, manage contacts, and use Google Chat
- Send SMS or Viber and manage verified senders
- Build workflows (call start/end, keywords, email, API) and assign them to agents
- Review calls, SIP logs, outbound campaigns, and scheduled calls
- Generate and run test scenarios (treat scenario "succeeded" as a judge, not live truth)
- Read plans, add-ons, payment method, and subscription; update operating hours
- File and follow Voice Logica app support tickets
- Work across companies they belong to (switch / request access)

The full MCP tool catalog, grouped by job, lives in `skills/use-voice-logica-mcp`.

Example prompts: list my agents, update the Support Bot greeting, connect HubSpot and test it, show calls from the last 7 days, book a calendar slot, send an SMS from the verified sender.

## Company

Voice Logica. Website: https://voicelogica.ai. App: https://app.voicelogica.ai. Support: support@voicelogica.ai.

Privacy: https://legal.voicelogica.ai/privacy. Terms: https://legal.voicelogica.ai/terms.

## Connect

1. Install the plugin
2. Click Connect on the Voice Logica MCP
3. Sign in at https://app.voicelogica.ai

No API key is required when the client supports OAuth.

### Fallback for clients without Connect

Some local/stdio clients cannot open a browser. For those only:

1. Sign in at https://app.voicelogica.ai
2. Open Settings, then API Keys
3. Run `npx -y @voicelogica/mcp-server` with `VOICE_LOGICA_API_KEY` set

Never commit a real key into this repo.

## Local test

### Cursor

Copy this folder to %USERPROFILE%\.cursor\plugins\local\voice-logica, reload Cursor, click Connect, then ask it to list your agents.

### Claude Code

    claude plugin validate .
    claude --plugin-dir .

Connect Voice Logica MCP if prompted. Then try /voice-logica:manage-voice-agents or ask it to list your agents.

### ChatGPT / Codex

Use the hosted MCP URL `https://api.voicelogica.ai/api/v1/mcp` with OAuth. Codex can also load this folder as a local plugin.

### Gemini CLI

    gemini extensions install voicelogica/voice-logica-plugin

Then authenticate the remote MCP if Gemini asks.

## Publish

Same folder, several submissions. Listing on one store does not list you on the others.

- Cursor official: https://cursor.com/marketplace/publish
- cursor.directory: https://cursor.directory/plugins/new
- Claude community: run claude plugin validate ., then https://platform.claude.com/plugins/submit
- Official Claude marketplace is invite-only
- ChatGPT / Codex: https://developers.openai.com/plugins/deploy/submission
- Gemini CLI: `gemini-extension.json` plus the `gemini-cli-extension` GitHub topic
- Grok: listing PR against xai-org/plugin-marketplace

## Layout

    gemini-extension.json        Gemini CLI gallery manifest
    plugin.json                 Agent Plugins (portable)
    mcp.json                    Cursor + Agent Plugins MCP (hosted OAuth)
    .mcp.json                   Claude Code + Codex MCP (hosted OAuth)
    .cursor-plugin/plugin.json  Cursor manifest
    .claude-plugin/plugin.json  Claude Code manifest
    .codex-plugin/plugin.json   ChatGPT / Codex manifest
    skills/manage-voice-agents              Router: confirm MCP, list agents, pick a skill
    skills/edit-voice-agents                Editor tabs, prompts, knowledge files
    skills/fix-agent-behavior               Call behavior fixes
    skills/troubleshoot-voice-agents        Diagnose with Call IDs and tool logs
    skills/manage-phones                    VoIP phones, DIDs, assign numbers to agents
    skills/manage-integrations              3-layer connect → enable tool → test Call ID
    skills/manage-crm                       HubSpot, Zoho, Salesforce
    skills/manage-ecommerce                 Woo, Shopify, and eshop_integration
    skills/manage-erp                       Soft1, Galaxy, Pylon, Entersoft, tunnels
    skills/manage-calendar-google-microsoft Calendar, contacts, Chat, appointments
    skills/manage-sms                       SMS / Viber senders
    skills/manage-helpdesk-ops              Freshdesk, Jira, couriers, payments
    skills/manage-workflows                 Triggers, nodes, versions, apiCall shape
    skills/manage-calls-campaigns           Call logs, outbound, test scenarios
    skills/manage-company-billing           Companies, plans, operating hours
    skills/create-support-ticket            File a ticket in the Voice Logica app
    skills/use-voice-logica-mcp             Full public MCP tool catalog
    assets/favicon.png            Marketplace icon (official)
    assets/logo.png               Wordmark
    assets/logo.svg               Fallback mark

## Brand

Official icon: https://www.voicelogica.ai/images/setup/voice-logica-logo-site-favicon.png
Wordmark: https://app.voicelogica.ai/assets/logo.png
gemini-cli-extensionmcpvoice-ai

What people ask about voice-logica-plugin

What is voicelogica/voice-logica-plugin?

+

voicelogica/voice-logica-plugin is mcp servers for the Claude AI ecosystem. Voice Logica Plugin It has 0 GitHub stars and its last recorded update is dated 2026-08-22.

How do I install voice-logica-plugin?

+

You can install voice-logica-plugin by cloning the repository (https://github.com/voicelogica/voice-logica-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is voicelogica/voice-logica-plugin safe to use?

+

Our security agent has analyzed voicelogica/voice-logica-plugin and assigned a Trust Score of 90/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains voicelogica/voice-logica-plugin?

+

voicelogica/voice-logica-plugin is maintained by voicelogica. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to voice-logica-plugin?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy voice-logica-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: voicelogica/voice-logica-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/voicelogica-voice-logica-plugin)](https://claudewave.com/repo/voicelogica-voice-logica-plugin)
<a href="https://claudewave.com/repo/voicelogica-voice-logica-plugin"><img src="https://claudewave.com/api/badge/voicelogica-voice-logica-plugin" alt="Featured on ClaudeWave: voicelogica/voice-logica-plugin" width="320" height="64" /></a>

More MCP Servers

voice-logica-plugin alternatives