Apifox
Bridges Claude with Apifox API testing platform, enabling direct interaction with API documentation ...
Open the FastMCP connection interface
- Click the "Install Now" button to open the FastMCP Add/Configure ENVs modal for this MCP.
Create / obtain your ApiFox API key (APIFOX_API_KEY)
- Log in to your ApiFox account.
- Open your account/settings or developer/integrations area and find the API keys or tokens section (often labeled “API Key”, “Access Token”, “Developer Token”, or similar).
- Click to create or generate a new API key. Give it a recognizable name (e.g., “FastMCP –
”) and set appropriate permissions. - Copy the generated key immediately (the key is usually shown only once). This is the value for APIFOX_API_KEY.
Find the ApiFox Project ID (PROJECT_ID)
- In ApiFox, open the project you want the MCP to use (Projects → select your project).
- Locate the project’s settings or general/info page and copy the Project ID shown there.
- If a Project ID field is not visible, copy the project identifier from the browser address bar or the project share link (often present in the URL or in project details). This is the value for PROJECT_ID.
Fill the values into the FastMCP interface
- In the Install Now / Add ENVs modal, add these environment variables exactly as named:
- APIFOX_API_KEY → paste the API key you copied.
- PROJECT_ID → paste the project ID you copied.
- (Optional) PORT → set a port number if you want to override the default (default 3000).
- Ensure there are no extra spaces or quotes around the values.
- In the Install Now / Add ENVs modal, add these environment variables exactly as named:
Save / Install and start the MCP
- Submit the Install/Save action in FastMCP to apply the environment variables and start the apifox-mcp-server.
Verify the connection
- Confirm the MCP started successfully by checking FastMCP logs or by hitting the SSE URL the README shows (e.g., http://localhost:3000/sse if running locally) or using FastMCP’s test/health check feature.
- If the server reports authentication errors, re-check APIFOX_API_KEY and PROJECT_ID for typos and regenerate the API key if necessary.
(Alternative) Use a .env file locally
- If you run the server locally instead of via FastMCP, create a .env file from .env.example and set:
- APIFOX_API_KEY=your_api_key_here
- PROJECT_ID=your_project_id_here
- PORT=3000 # optional
- Then start the server (e.g., pnpm start:http or the command specified in the README).
- If you run the server locally instead of via FastMCP, create a .env file from .env.example and set:
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.