mcp-servers

kt-aicoding/mcp-servers
★ 0 stars Unknown language AI/LLM Updated today
Model Context Protocol servers for AI coding workflows
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "kt-aicoding/mcp-servers"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/kt-aicoding/.github/main/assets/logo.svg" alt="KT AI Coding logo" width="96" /> </p> 面向 AI 编程工作流的 Model Context Protocol 服务集合,用来沉淀服务编码 Agent 的 MCP server、配置示例和 MCP 治理原则。 这个仓库关注“Agent 可调用工具面”的设计:如何把代码上下文、搜索、浏览器自动化、项目索引、审查和开发工作流能力封装成小而可组合的 MCP server。普通云平台部署、GitHub、数据库和资源管理优先使用成熟 CLI;相关 CLI 文档放在 [`kt-aicoding/cli-tools`](https://github.com/kt-aicoding/cli-tools)。