슬림-MCP: 클로드 툴스 🤖
🚀 MCP 프로토콜을 통해 강력한 Python 기반 도구로 Claude를 강화하세요
✨ 특징
🧮 계산기 : 복잡한 수학 계산을 수행합니다
🌦️ 날씨 : 현재 날씨 예보와 알림을 받으세요
🕒 DateTime : 로컬 및 UTC 형식으로 현재 시간에 액세스합니다.
🔌 확장 가능 : 간단한 Python 함수로 사용자 정의 도구를 쉽게 추가할 수 있습니다.
💻 데스크톱 통합 : Claude 데스크톱 앱과의 원활한 통합
🖱️ 커서 IDE : 개발자를 위한 커서 IDE와의 기본 통합
📋 목차
🚀 설치
필수 조건
파이썬 3.11+
Conda(추천)
Conda로 설정(권장)
지엑스피1
🎮 사용법
Claude 구성
Claude 구성 파일에 다음을 추가하세요.
커서 IDE 구성
예시 프롬프트
🔌 통합
Claude AI Desktop : MCP 프로토콜을 통한 기본 통합
커서 IDE : 개발 워크플로우를 위한 직접 통합
Claude Web : 구성을 통해 Claude Web과 호환 가능
💻 개발
프로젝트 구조
새로운 도구 만들기
src/claude_tools/
에 새로운 Python 파일을 만듭니다.
__init__.py
에 도구를 가져와 등록합니다.
서버를 다시 시작하면 새로운 도구를 사용할 준비가 됩니다!
👥 기여하기
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
저장소를 포크하세요
기능 브랜치를 생성합니다(
git checkout -b feature/amazing-feature
)변경 사항을 커밋하세요(
git commit -m 'Add some amazing feature'
)브랜치에 푸시(
git push origin feature/amazing-feature
)풀 리퀘스트 열기
📄 라이센스
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
local-only server
The server can only run on the client's local machine because it depends on local resources.
날씨, 날짜/시간, 계산기, 검색, 이메일, 작업 관리와 같은 유용한 도구를 RESTful 인터페이스를 통해 제공하는 가볍고 모듈식 API 서비스로, AI 에이전트와 자동화된 워크플로와의 통합을 위해 설계되었습니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA modular, extensible FastAPI-based platform that aggregates multiple AI tools and microservices into a unified interface with standardized I/O formats, perfect for frontend integration or LLM system orchestration.Last updated -2MIT License
- -securityFlicense-qualityA powerful interface for extending AI capabilities through remote control, calculations, email operations, knowledge search, and more.Last updated -38
- -securityFlicense-qualityA standardized API server that enables AI agents and client applications to fetch current weather information for any location without directly interacting with external weather APIs.Last updated -
- -securityFlicense-qualityA containerized server that provides weather tools for AI assistants, allowing them to access US weather alerts and forecasts through the National Weather Service API.Last updated -88