Integrations
Supports configuration through environment variables for API keys and endpoints, allowing secure storage of authentication credentials
MCP Python 서버—API 래퍼
이 프로젝트는 외부 API를 쿼리하는 도구를 제공하는 Python으로 MCP 서버를 만듭니다. MCP(Model Context Protocol)를 지원하는 Claude Desktop 또는 ChatGPT Desktop과 호환됩니다.
✨ 특징
- MCP를 통한 도구 노출
- 외부 API에 대한 HTTP 쿼리
- claude.json을 통해 Claude/Desktop과 직접 통합
🚀 요구 사항
- 파이썬 3.9 이상
- mcp[cli] (pip 또는 uv를 통해 설치 가능)
- Claude 또는 ChatGPT 데스크톱(MCP 지원 포함)
📁 프로젝트 구조
지엑스피1
⚙️ 설치
피프와 함께
UV 포함(추천)
MCP 설치
.env로 설치
종속성 설치
환경 변수
프로젝트 루트에 .env
파일을 만들어 선택적 환경 변수를 정의합니다.
👷 빠른 시작(Quickstart)
서버 server.py를 생성합니다.
개발 모드에서 로컬로 실행
프로덕션 모드에서 실행
또는 uv를 사용하여:
🚀 Claude/Desktop과 통합
Claude/Desktop 구성 폴더에서 claude.json을 찾으세요.
- Windows의 경우: %APPDATA%\Claude\claude.json
- Linux/macOS: ~/.claude/claude.json
예:
🤖 Claude/Desktop 내에서 사용하세요
모델에게 다음과 같이 질문할 수 있습니다.
"ping" 매개변수와 함께 consult_api 도구를 사용하세요.
그리고 모델은 MCP 서버를 사용하여 실시간 HTTP 호출을 수행합니다.
🎁 보너스: 도구 확장
🔍 리소스
- 공식 MCP 문서: https://docs.mcp.run/
- Python SDK 저장소: https://github.com/modelcontextprotocol/mcp
✅ 사랑과 httpx로 만들었습니다 🚀
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.
Claude Desktop 및 ChatGPT Desktop과 호환되는 외부 API를 쿼리하기 위한 도구를 제공하는 모델 컨텍스트 프로토콜을 구현한 Python 서버입니다.
Related MCP Servers
- -securityAlicense-qualityA Python-based server that implements the Model Context Protocol to interface with Claude Desktop as an MCP client, supporting interaction through efficient memory management.Last updated -1PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that allows management and execution of Blender Python scripts, enabling users to create, edit and run scripts in a headless Blender environment through natural language interfaces.Last updated -4Python
- -securityFlicense-qualityA Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.Last updated -Python
- -securityFlicense-qualityA Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.Last updated -462Python