A Model Context Protocol (MCP) server that calls APIs using YAML config files.
Content
Access settings
Add MCP to your agent config file. Example for Claude Client settings file:
"mcp": {
"servers": {
"mcp-api-client": {
"command": "npx",
"args": [
"-y",
"mcp-api-client",
"path-to-your-config-api.yaml"
]
},
}
}
API Yaml setting
Check more about yaml config on documentation
Server Config
{
"mcpServers": {
"mcp-api-client": {
"command": "npx",
"args": [
"-y",
"mcp-api-client",
"path-to-your-config-api.yaml"
]
}
}
}