Back to directory
qwang07/kimi-mcp

qwang07/kimi-mcp

@qwang07

Kimi提供基于Model Context Protocol (MCP)的网络搜索功能。

kimisearchweb-searchmcpaimoonshotcontext

Installation & Configuration

{
  "globalShortcut": "",
  "mcpServers": {
    "kimi-search": {
      "command": "/path/to/kimi-mcp",
      "env": {
        "KIMI_API_KEY": "your-api-key",
        "KIMI_BASE_URL": "https://api.moonshot.cn/v1",
        "KIMI_MODEL": "moonshot-v1-32k",
        "KIMI_TEMPERATURE": "0.3",
        "KIMI_MAX_TOKENS": "32768",
        "KIMI_MAX_RETRIES": "3",
        "KIMI_RETRY_DELAY": "2000",
        "KIMI_CONCURRENT_REQUESTS": "1",
        "KIMI_TIMEOUT": "60000"
      },
      "autoStart": true,
      "description": "Kimi AI网络搜索工具"
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15