
Mcp Api Client
@molavec
关于 Mcp Api Client
A Model Context Protocol (MCP) server that calls APIs using YAML config files.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
评论