Back to MCP directory
publicPublicdnsLocal runtime

mcp-api-expert

MCP API Connect是一个通过Model Context Protocol(MCP)服务器连接任意REST API的工具,用户只需提供API文档和密钥即可快速接入。

article

README

🚀 MCP API 连接指南

本项目提供了一个能连接到任意 REST API 的 MCP 服务器,您只需提供 API 文档和 API 密钥即可完成配置,使用起来十分便捷。

🚀 快速开始

模型上下文协议(MCP)服务器介绍

一个能够连接到任意 REST API 的 MCP 服务器。您只需提供 API 文档和 API 密钥即可完成配置。

📦 安装指南

使用桌面版 Claude 快速安装

  1. 全局安装软件包:
npm i -g mcp-api-connect
  1. 运行安装命令:
mcpapiconnect install
  1. 重启 Claude
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client