MCP Directory
Back

MCPTest

by NanGePlus · Python · ★ 81

MCP功能测试,编写LLM(支持OpenAI接口风格的大模型)应用程序调用MCP。MCP(模型上下文协议)是Claude开源的一种开放协议,可实现LLM应用程序与外部数据源和工具之间的无缝集成。

Install

pip install git+https://github.com/NanGePlus/MCPTest.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcptest": {
      "command": "uvx",
      "args": [
        "git+https://github.com/NanGePlus/MCPTest.git"
      ]
    }
  }
}

From the README

本期系列相关视频如下,按照发布的先后顺序: **(第一期)[2024.12.10]Claude重大突破!发布MCP(模型上下文协议),带你在LLM应用程序脚本中感受它,无需使用Claude Desktop桌面软件,支持类OpenAI风格大模型** 主要内容:MCP介绍、MCP功能测试,LLM(支持OpenAI接口风格的大模型)应用程序调用MCP https://www.bilibili.com/video/BV1HBquYbE7t/ https://youtu.be/Jmo7rgb_OXQ **(第二期)[2024.12.12]Claude MCP应用Text2SQL用例,带你在LLM应用程序中感受它的丝滑,无需使用Claude Desktop桌面软件,支持类OpenAI风格大模型** 主要内容:使用MCP实现LLM应用程序Text2SQL功能操纵MySQL数据库 https://www.bilibili.…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers