Exposes an external API as a tool compatible with Claude Desktop or ChatGPT Desktop using the Model Context Protocol (MCP).
Sponsored
This Python server provides an API wrapper that allows you to expose external APIs as tools accessible through Claude Desktop or ChatGPT Desktop using the Model Context Protocol (MCP). It simplifies the integration of custom functionalities into these platforms by creating a bridge between your backend services and the AI model. With features like HTTP request handling, environment variable support, and easy installation, it streamlines the process of making real-time API calls from within Claude or ChatGPT.
主要功能
01Supports environment variables for configuration
02Handles HTTP requests to external APIs
03Exposes tools via MCP
04Integrates directly with Claude/ChatGPT Desktop via claude.json
05Provides development and production execution modes
060 GitHub stars
使用案例
01Integrating custom backend functionalities into AI models
02Making real-time API calls from within Claude/ChatGPT
03Creating tools for data retrieval and manipulation