スリムMCP: クロードツール🤖
🚀 MCP プロトコルを介して強力な Python ベースのツールで Claude を強化します
✨ 特徴
🧮計算機:複雑な数学計算を実行する
🌦️天気: 現在の天気予報と警報を取得します
🕒 DateTime : ローカルおよび UTC 形式で現在の時刻にアクセスします
🔌拡張可能: シンプルな Python 関数を使用してカスタムツールを簡単に追加できます
💻デスクトップ統合:Claudeデスクトップアプリとのシームレスな統合
🖱️ Cursor IDE : 開発者向け Cursor IDE とのネイティブ統合
📋 目次
🚀 インストール
前提条件
Python 3.11以上
Conda(推奨)
Conda を使用したセットアップ (推奨)
🎮 使用方法
クロードを設定する
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 ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
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