Overview
The eigi.ai Claude Code plugin gives you the fastest way to use eigi.ai inside Claude Code. It bundles two pieces together:- The hosted eigi.ai MCP server at
https://mcp.eigi.ai/mcp - The
eigi:conversation-rulesskill for prompt-writing guardrails
MCP Server reference
See the full MCP server guide, supported clients, and available tool
categories.
What the plugin includes
| Component | What it does |
|---|---|
eigi plugin manifest | Registers the plugin in Claude Code |
| Hosted MCP server | Connects Claude Code to eigi.ai agent, prompt, chat, call, and provider tools |
eigi:conversation-rules skill | Adds reusable prompt-writing rules for speech-safe, multilingual voice agents |
eigi:conversation-rules skill into one install flow.
Prerequisites
- Claude Code installed locally
- An eigi.ai account
- Browser-based authentication for the hosted MCP server when Claude Code prompts for it
Install from the GitHub repo
Use this path to install the public plugin directly from the GitHub repository.- Open Plugins.
- Choose the option to add a plugin from a GitHub repository.
- Paste
https://github.com/eigi-ai/eigi-plugins. - Finish the install flow.
- Start or restart Claude Code.
- Run
/mcpto confirm theeigiserver is available. - Use
/eigi:conversation-ruleswhen writing or revising prompts.
Load the plugin locally for development
Use this path when you want to test changes from the plugin repository directly.Using the bundled skill
Theeigi:conversation-rules skill is designed for prompt-writing and prompt review work.
Use it when you want Claude Code to enforce rules such as:
- Speech-safe plain-text output for voice and TTS channels
- Hindi in Devanagari and English in Latin script
- Natural Hinglish with Hindi words in Devanagari and English words preserved in Latin script
- Preservation of exact IDs, URLs, commands, code, and user-provided literals
When to use the plugin vs MCP only
Use the plugin if you are working in Claude Code and want:- The eigi.ai MCP tools
- The bundled prompt skill
- A single install path that keeps both together
Use eigi.ai in Claude Desktop and other clients
Use the plugin install flow in Claude Code and Claude Desktop. For other AI tools, connect to the hosted MCP server directly.Claude Desktop
To add the plugin in Claude Desktop:- Open Customize.
- Go to Plugins.
- Click Add a GitHub repo.
- Paste
https://github.com/eigi-ai/eigi-plugins. - Finish the install flow so the plugin is added to Claude Desktop.
Claude.ai web app
For Team or Enterprise plans:- Open Settings.
- Go to Integrations.
- Click Add more.
- Set the integration name to
eigi.ai. - Set the integration URL to
https://mcp.eigi.ai/mcp.
Cursor, VS Code, and Windsurf
These tools also connect through the same MCP server URL:https://mcp.eigi.ai/mcp.
- Cursor: add an MCP server in Settings.
- VS Code: run MCP: Add Server and use
npx mcp-remote https://mcp.eigi.ai/mcp. - Windsurf: add a custom MCP server with the same remote URL.
Notes
- The plugin uses Claude Code’s remote HTTP MCP transport to connect to
https://mcp.eigi.ai/mcp. - If the plugin later needs custom authentication headers, the repository can add
userConfigin.claude-plugin/plugin.jsonand reference it from.mcp.json. - The current plugin scaffold does not include Claude Code agents or hooks yet.

