Help us improve
Share bugs, ideas, or general feedback.
From tavily-tools
Configures Tavily MCP server with your API key: checks status, guides acquisition, validates format, updates config file, and confirms with restart instructions.
npx claudepluginhub fcakyon/claude-codex-settings --plugin tavily-toolsHow this command is triggered — by the user, by Claude, or both
Slash command
/tavily-tools:setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Tavily Tools Setup
**Source:** [tavily-ai/tavily-mcp](https://github.com/tavily-ai/tavily-mcp)
Configure the Tavily MCP server with your API key.
## Step 1: Check Current Status
Read the MCP configuration from `${CLAUDE_PLUGIN_ROOT}/.mcp.json`.
Check if Tavily is configured:
- If `tavily.env.TAVILY_API_KEY` contains `REPLACE_WITH_TAVILY_API_KEY`, it needs configuration
- If it contains a value starting with `tvly-`, already configured
Report status:
- "Tavily MCP is not configured - needs an API key"
- OR "Tavily MCP is already configured"
## Step 2: Show Setup Guide
Tell the us.../setup-mcpGuides interactive MCP server setup wizard: checks prerequisites like uvx, backs up configs, verifies plugin installation, configures optional API keys.
/cc-mcpManages MCP servers for Claude Code: add (filesystem, PostgreSQL, GitHub, Slack, Puppeteer, etc.), remove, list status, test connectivity, troubleshoot issues.
/mcpScaffolds, reviews, or debugs MCP servers and clients with schema validation, transport configuration, and deployment guidance.
/use-mcpInvokes the MCP command as defined in .claude/commands/use-mcp.md, enabling MCP usage within Claude Code.
/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupWalks an enterprise admin through configuring the Claude Office add-in to call their own cloud (Vertex, Bedrock, Foundry, or gateway), producing a customized manifest.xml for M365 deployment.
Share bugs, ideas, or general feedback.
Source: tavily-ai/tavily-mcp
Configure the Tavily MCP server with your API key.
Read the MCP configuration from ${CLAUDE_PLUGIN_ROOT}/.mcp.json.
Check if Tavily is configured:
tavily.env.TAVILY_API_KEY contains REPLACE_WITH_TAVILY_API_KEY, it needs configurationtvly-, already configuredReport status:
Tell the user:
To configure Tavily MCP, you need a Tavily API key.
Quick steps:
1. Go to app.tavily.com and sign in
2. Navigate to API Keys
3. Create a new API key
4. Copy the key (starts with tvly-)
Free tier: 1,000 searches/month
Don't need Tavily MCP? Disable it via /mcp command.
Use AskUserQuestion:
If user selects "No, skip for now":
/tavily-tools:setup again when ready/mcp if not neededIf user selects "Yes" or provides key via "Other":
Validate the provided key:
tvly-If invalid:
${CLAUDE_PLUGIN_ROOT}/.mcp.json${CLAUDE_PLUGIN_ROOT}/.mcp.json.backuptavily.env.TAVILY_API_KEY value to the actual key${CLAUDE_PLUGIN_ROOT}/.mcp.jsonTell the user:
Tavily MCP configured successfully!
IMPORTANT: Restart Claude Code for changes to take effect.
- Exit Claude Code
- Run `claude` again
To verify after restart, run /mcp and check that 'tavily' server is connected.