Integrations
Provides access to ApiFox API interface information through the MCP protocol, allowing retrieval and management of API specifications from ApiFox projects.
ApiFox MCP Server
这是一个基于 Model Context Protocol (MCP) 的 ApiFox 接口服务器,用于获取和管理 ApiFox 的接口信息。
功能特点
- 支持通过 MCP 协议获取 ApiFox 接口信息
- 提供 HTTP 服务和 CLI 命令行两种使用方式
- 使用 TypeScript 开发,提供类型安全
- 支持环境变量配置
快速安装使用
Copy
配置 cursor 通过 sse 连接到 MCP 服务器
服务器将在配置的端口上启动(默认 3000)。
Copy
或则使用配置文件 JSON 配置
可以通过在 cursor mcp 配置文件中添加以下内容来配置 apifox-mcp-server 服务器:
Copy
或者从本地源运行
拉取代码安装依赖
Copy
打包
Copy
运行
Copy
配置:
Copy
也可通过 command 模式运行
Copy
如在不在 MCP 配置文件中配置 env 环境变量,请在本地环境变量配置
在项目根目录下修改.evn.example
文件为.env
文件,配置以下环境变量:
Copy
技术栈
- Node.js
- TypeScript
- Express.js
- Model Context Protocol SDK
- Zod(数据验证)
许可证
ISC License
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that enables accessing and managing ApiFox API information through the Model Context Protocol, supporting both HTTP services and CLI commands.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server implementation for interacting with Salesforce through its REST API.Last updated -410TypeScript
- -securityAlicense-qualityAn MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.Last updated -2PythonMIT License
- -securityFlicense-qualityA server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.Last updated -7432JavaScript
Apifox MCP Serverofficial
-securityFlicense-qualityA server that connects AI coding assistants like Cursor and Cline to Apifox API definitions, allowing developers to implement API interfaces through natural language commands.Last updated -8321