MCP.so
登录

Mcp Api Client

@molavec

关于 Mcp Api Client

A Model Context Protocol (MCP) server that calls APIs using YAML config files.

基本信息

分类

开发工具

传输方式

stdio

发布者

molavec

提交者

Miguel Olave

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-api-client": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-api-client",
        "path-to-your-config-api.yaml"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Api Client?

An MCP server that uses a YAML configuration file to integrate APIs with MCP hosts. It is designed to be used with clients like Claude Client.

How to use Mcp Api Client?

Add the server configuration to your MCP host’s settings file. For Claude Client, include the JSON entry shown in Access settings, providing the path to your API YAML file. The server is launched via npx.

Key features of Mcp Api Client

  • Uses npx for quick execution without installation.
  • Configured with a YAML configuration file.
  • Includes an example for Claude Client.
  • Accesses a documentation site for YAML config details.

Use cases of Mcp Api Client

FAQ from Mcp Api Client

What MCP hosts does Mcp

评论

开发工具 分类下的更多 MCP 服务器