cdryampi/MCP
If you are the rightful owner of MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project creates an MCP server in Python that exposes a tool to query an external API, compatible with Claude Desktop or ChatGPT Desktop supporting the Model Context Protocol (MCP).
The MCP Python Server is an API wrapper designed to facilitate communication with external APIs through the Model Context Protocol (MCP). It is compatible with platforms like Claude Desktop and ChatGPT Desktop that support MCP. The server is built using Python and provides a seamless way to expose tools via MCP, allowing for HTTP queries to external APIs. The project structure includes server scripts, configuration files, and optional environment variables for authentication and API access. Installation can be done using pip or uv, and the server can be run in both development and production modes. Integration with Claude/Desktop is straightforward, requiring a configuration file to be placed in the appropriate directory. The server also supports tool extensions, allowing for additional functionalities like translation.
Features
- Exposes tools via MCP for seamless API querying.
- Supports HTTP queries to external APIs.
- Direct integration with Claude/Desktop using claude.json.
- Flexible installation options using pip or uv.
- Supports tool extensions for additional functionalities.