Discover Awesome MCP Servers
Extend your agent with 24,234 capabilities via MCP servers.
- All24,234
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2
Basic Math MCP Server
A simple server that provides basic mathematical operations (sum and subtraction) through the Model Context Protocol.
mcpo-docker
了解しました。OpenWebUI用のMCP (Model Context Protocol) サーバーをOpenAPI互換のHTTPエンドポイントとして公開するツール、mcpoのDockerイメージの例を以下に示します。 ```dockerfile # Dockerfile # ベースイメージの選択 (例: Python 3.11) FROM python:3.11-slim-buster # 作業ディレクトリの設定 WORKDIR /app # 必要なパッケージのインストール COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # mcpo関連ファイルのコピー COPY mcpo.py . COPY config.yaml . # 設定ファイルがある場合 # ポートの公開 (例: 8000) EXPOSE 8000 # 起動コマンド CMD ["python", "mcpo.py", "--config", "config.yaml"] # 設定ファイルを使用する場合 # CMD ["python", "mcpo.py"] # 設定ファイルを使用しない場合 ``` **説明:** * **`FROM python:3.11-slim-buster`**: ベースイメージとして、Python 3.11の軽量版を使用しています。必要に応じて、他のPythonバージョンや、より大きなイメージを選択してください。 * **`WORKDIR /app`**: コンテナ内の作業ディレクトリを`/app`に設定します。 * **`COPY requirements.txt .`**: `requirements.txt`ファイルをコンテナにコピーします。このファイルには、mcpoの実行に必要なPythonパッケージがリストされています。 * **`RUN pip install --no-cache-dir -r requirements.txt`**: `requirements.txt`に記載されたパッケージをインストールします。`--no-cache-dir`オプションは、キャッシュを使用せずにインストールすることで、イメージサイズを小さくするのに役立ちます。 * **`COPY mcpo.py .`**: mcpoのメインスクリプト (`mcpo.py`) をコンテナにコピーします。 * **`COPY config.yaml .`**: mcpoの設定ファイル (`config.yaml`) をコンテナにコピーします。設定ファイルを使用しない場合は、この行を削除してください。 * **`EXPOSE 8000`**: コンテナが公開するポートを8000に設定します。mcpoが使用するポートに合わせて変更してください。 * **`CMD ["python", "mcpo.py", "--config", "config.yaml"]`**: コンテナ起動時に実行するコマンドを指定します。ここでは、`mcpo.py`スクリプトを実行し、`--config`オプションで設定ファイルを指定しています。設定ファイルを使用しない場合は、`CMD ["python", "mcpo.py"]`のように記述します。 **`requirements.txt`の例:** ``` fastapi uvicorn pydantic # その他必要なパッケージ ``` **使い方:** 1. 上記のDockerfileを保存します (例: `Dockerfile`)。 2. `requirements.txt`ファイルを作成し、必要なパッケージを記述します。 3. `mcpo.py`スクリプトと、必要に応じて`config.yaml`設定ファイルをDockerfileと同じディレクトリに配置します。 4. 以下のコマンドでDockerイメージをビルドします。 ```bash docker build -t mcpo-image . ``` 5. 以下のコマンドでDockerコンテナを実行します。 ```bash docker run -p 8000:8000 mcpo-image ``` `-p 8000:8000`は、ホストマシンのポート8000をコンテナのポート8000にマッピングします。 **注意点:** * `mcpo.py`スクリプトと`config.yaml`ファイルは、実際のファイル名と内容に合わせてください。 * `requirements.txt`には、mcpoの実行に必要なすべてのパッケージを記述してください。 * `EXPOSE`で公開するポートは、mcpoが実際に使用するポートに合わせてください。 * `CMD`で指定するコマンドは、mcpoの起動方法に合わせてください。 * OpenWebUIとの連携に必要な設定は、mcpoの設定ファイル (`config.yaml`) で行う必要があります。設定ファイルの形式や内容は、mcpoのドキュメントを参照してください。 この例はあくまで基本的なものであり、実際の環境に合わせてDockerfileを調整する必要があります。特に、セキュリティやパフォーマンスに関する考慮事項を忘れずに検討してください。
cortex-mcp
An MCP server for the Cortex observable analysis and active response engine. It enables LLMs to automate security investigations by running analyzers on observables like IPs and URLs and executing automated response actions.
Zoho Inventory MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Zoho Inventory (beta): https://www.cdata.com/download/download.aspx?sku=KZZK-V&type=beta
Microsoft Graph MCP Server
Provides read-only access to Microsoft 365 services including SharePoint, OneDrive, Outlook, Teams, and Calendar through the Microsoft Graph API, enabling users to search, browse, and retrieve content across their M365 suite.
mcp-server
LLM Context
LLMにコードのコンテキストを共有するには、MCPまたはクリップボードを使用します。 (LLM ni kōdo no kontekisuto o kyōyū suru ni wa, MCP matawa kurippubōdo o shiyō shimasu.)
Capacities MCP Server
Provides seamless integration with Capacities knowledge management system, allowing Claude to list spaces, retrieve space information, search content, save weblinks, and add content to daily notes.
EcoGO Flights
インドのフライト予約 MCP
Clockify MCP
Clockify MCP
Notion MCP Server
ClaudeのようなAIアシスタントをNotionワークスペースに接続し、Notionのデータベース、ページ、コンテンツブロックの表示、検索、作成、更新を可能にする、モデルコンテキストプロトコルサーバー。
BuildClub.io Official MCP Server
BuildClub 公式 Minecraft サーバー
Golf v2 MCP Server
An auto-generated Multi-Agent Conversation Protocol server that enables interaction with professional golf data through the SportsData.io Golf v2 API.
Nx MCP Server
Nx MCPサーバーは、モノレポに関する包括的な情報(プロジェクトの依存関係、ファイルの関係性、実行可能なタスク、所有権メタデータ、技術スタック、カスタムジェネレーター、Nxドキュメントなど)をLLMに提供します。この深いコンテキストにより、LLMはアーキテクチャに完全に沿ったコードを生成できます。
Monday .com MCP Server by CData
Monday .com MCP Server by CData
ChemMCP
A chemistry computation platform providing 19 professional tools for molecular structure processing, including SMILES conversions, molecular calculations, functional group identification, visualization, and AI-powered molecule generation and description.
Plotnine MCP Server
Enables creation of publication-quality statistical graphics using plotnine's grammar of graphics through natural language, supporting 20+ geometry types, multi-layer plots, and flexible theming for data visualization.
SQLite-Anet-MCP Server
SQLite-Anet-MCP Server:AIエージェント向けの超高速なRust製SQLiteサーバー。JSON-RPCで通信し、インサイトを保存し、データベースをプロのように管理できます。
LocuSync Server
A geospatial MCP server that provides tools for geocoding, routing, elevation profiles, and spatial analysis. It enables AI agents to process GIS file formats like GeoJSON and Shapefiles while performing complex coordinate transformations and distance calculations.
TradingView MCP Server
Provides advanced cryptocurrency and stock market analysis using TradingView data with real-time screening, technical indicators, and pattern recognition. Supports multiple exchanges and markets for comprehensive trading intelligence through natural language queries.
Money Lover MCP Server
Enables AI assistants to interact with Money Lover personal finance app through unofficial REST API. Supports authentication, wallet management, transaction querying, and creating new transactions for expense tracking.
IPMA MCP Server
Provides access to Portuguese weather data from IPMA (Instituto Português do Mar e da Atmosfera), including weather forecasts, meteorological warnings, seismic data, UV index, and real-time observations from weather stations across Portugal.
Oktopost MCP Server
Enables comprehensive social media management through Oktopost's REST API, including campaign creation, content scheduling, post management, workflow approvals, employee advocacy, and media asset handling across connected social profiles.
Perplexica MCP Server
Enables AI-powered searches through a local Perplexica instance with multiple focus modes including web search, academic search, YouTube, Reddit, and more, with streaming support and conversation history.
SSH-PowerShell MCP Server
Enables secure SSH command execution on remote servers and local PowerShell automation through Claude Desktop. Features enterprise-grade security with SSH key authentication, network scanning, and comprehensive logging for Windows and Linux system administration.
Remote MCP Server (Authless)
A template for deploying authentication-free MCP servers on Cloudflare Workers that can be accessed remotely from clients like Claude Desktop or the Cloudflare AI Playground.
Vibe Composer MIDI MCP
Enables LLMs to compose and play multi-track MIDI music through natural language prompts. Supports outputting to software or hardware synthesizers for enhanced audio quality.
Weather MCP Server
Provides weather forecasts and active alerts for US locations using the National Weather Service API. It supports both local stdio and remote HTTP/SSE transport modes for flexible integration with MCP clients.
SQL Server Table Assistant - Modal Context Protocol
SQL Server エージェントツール (MCP 付き)
Rasmio MCP Server
Provides access to the Rasmio API for searching and retrieving detailed information about Iranian companies and individuals. It enables users to look up registration details, addresses, and legal status using national IDs or general search queries.