Apifox MCP Server
OfficialA server that connects AI coding assistants like Cursor and Cline to Apifox API definitions, allowin...
打开 FastMCP 安装界面(点击你那边的 "Install Now" 按钮),进入 FastMCP 的连接/配置面板。
- 在该界面你会看到用于填写 CLI args(命令参数)和 ENV(环境变量)的输入区域 —— 接下来的值都应在这里填写。 (docs.apifox.com)
在 Apifox 中生成个人 API 访问令牌(APIFOX_ACCESS_TOKEN):
- 打开 Apifox,鼠标移到页面右上角的头像,进入 “账号设置” → “API 访问令牌”。
- 点击 “新建令牌 / Create new token”,填写名称与有效期,点击 “保存并生成令牌”。
- 复制生成的令牌(令牌仅在生成时显示一次,请务必立即保存)。 (apifox.maxhub.com)
获取 Apifox 项目 ID(project-id):
- 在 Apifox 打开你要让 MCP 访问的项目。
- 左侧栏进入 “项目设置” → “基本设置 / 基本信息”,复制页面上的 “项目 ID”。 (apifox.com)
在 FastMCP 的 ENV 输入区域填写 APIFOX_ACCESS_TOKEN:
- 键名(Name)填写:APIFOX_ACCESS_TOKEN
- 值(Value)粘贴你在步骤 2 复制的访问令牌。 (docs.apifox.com)
在 FastMCP 的 CLI args / 参数输入区域添加 project id 参数:
- 在 args 列表或参数框中添加:--project-id=
(将 替换为步骤 3 复制的项目 ID)。 - 注意:如果你的 MCP/README 示例使用 --project=
或其它同义参数,请以你当前 MCP 示例或界面提示为准。 (docs.apifox.com)
- 在 args 列表或参数框中添加:--project-id=
保存并应用 FastMCP 的配置(Install / Connect / Save 按钮),让 MCP 启动连接 Apifox。 (docs.apifox.com)
验证连接是否正常:在启用的 MCP 上向 AI 发送简单请求验证,例如 “请通过 MCP 获取 API 文档,并告诉我项目中有几个接口”。若 AI 能返回项目接口信息,表示连接成功。 (docs.apifox.com)
安全与注意事项:
- 令牌仅在生成时可见,切勿将令牌提交到代码仓库;推荐在团队中让每个成员在本地 FastMCP/系统环境变量中单独配置 APIFOX_ACCESS_TOKEN。
- 若使用私有化部署,请参考 Apifox 文档中关于自定义 API 基地址或私有化部署的说明并确保网络可访问相应地址。 (apifox.maxhub.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.
Similar MCP Servers
Circuitry MCP Server
Connects AI coding agents to Circuitry's visual workflow platform, enabling them to create and sync code nodes from project files, understand user-drawn flowcharts and diagrams, generate visual flowcharts, and create data visualizations like spreadsheets and charts.
astro-airflow-mcp
An MCP server that enables AI assistants to interact with Apache Airflow's REST API for DAG management, task monitoring, and system diagnostics. It provides comprehensive tools for triggering workflows, retrieving logs, and inspecting system health across Airflow 2.x and 3.x versions.