mcp-setup

Configures MCP servers for Kimi CLI via claude mcp add commands.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/xz1220/oh-my-kimi --skill mcp-setup-xz1220
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mcp-setup
Source: https://github.com/xz1220/oh-my-kimi/tree/main/skills/mcp-setup
Command: npx skills add https://github.com/xz1220/oh-my-kimi --skill mcp-setup-xz1220

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of lacking powerful external tools in Kimi CLI because MCP servers are not configured yet, forcing users to rely only on limited built-in capabilities.

Core Features & Use Cases

  • Guided MCP server selection: Uses step-by-step menus to help users choose a recommended or custom MCP server setup without dealing with complex configuration details.
  • Interactive credential collection: Prompts for required API keys or tokens (e.g., Exa, GitHub) and supports skipping optional credentials when appropriate.
  • Automated MCP registration & validation: Builds and runs the correct claude mcp add commands for each server type and verifies installation via claude mcp list.

Quick Start

Tell the assistant: configure the recommended MCP combination for me and then verify the installed MCP servers are online.

Frequently Asked Questions about mcp-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure MCP servers for Kimi CLI to enable web search and filesystem access?▼

To configure MCP servers for Kimi CLI, use the guided setup workflow to build and run `claude mcp add` commands with proper environment variables, transport settings, and access scopes for web search and filesystem tools.

What is the best way to add a custom stdio or HTTP MCP endpoint to Kimi CLI?▼

The best way to add a custom MCP endpoint is to select the fully custom setup option, provide required credentials and tokens, and allow the system to generate the correct `claude mcp add` syntax for stdio or HTTP transports.

Do I need API keys to set up GitHub integration via MCP servers?▼

Yes, setting up GitHub integration via MCP servers requires API keys or tokens for authentication. The interactive credential collection process will prompt you for these required credentials during configuration.

How do I verify installed MCP servers are online after running a setup configuration?▼

To verify installed MCP servers are online, the setup process automatically runs `claude mcp list` after executing `claude mcp add` commands to validate that the servers are registered correctly and active.

Can I skip optional credentials when registering Exa MCP servers?▼

Yes, you can skip optional credentials when registering Exa MCP servers. The interactive credential collection workflow supports skipping non-essential tokens while ensuring required access scopes are configured.

What are the limitations of using recommended MCP bundles versus single server setups?▼

Recommended MCP bundles provide a quick, guided configuration for multiple tools, while single server setups offer granular control over individual stdio or HTTP endpoints, requiring manual transport and access scope handling.