Discover Awesome MCP Servers
Extend your agent with 15,975 capabilities via MCP servers.
- All15,975
- 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
simple_mcp_server1
ACON-MCP-SERVER
A2A Client MCP Server
An MCP server that enables LLMs to interact with Agent-to-Agent (A2A) protocol compatible agents, allowing for sending messages, tracking tasks, and receiving streaming responses.
md-pdf-mcp
VS Code の Markdown スタイルと Python の ReportLab を使用して、Markdown をスタイル付き PDF に変換し、簡単なノートストレージシステムも備えています。
PR Reviewer
GitHubとNotionを連携し、プルリクエストの分析とレビューを可能にするツール。自動コードレビューとNotionでのドキュメント作成を実現します。
ZigBee2MQTT MCP Server
Enables AI assistants to discover, monitor, and control ZigBee smart home devices through ZigBee2MQTT. Provides intelligent device discovery, state monitoring, and automation integration with support for remote deployment.
System Resource Monitor MCP Server
Claudeに、CPU、メモリ、ディスク、ネットワーク、バッテリー、インターネット速度のメトリクスを含む、リアルタイムのシステム監視機能を提供します。
MySQL MCP Server
AIアシスタントが、制御されたインターフェースを通じて、テーブルの一覧表示、データの読み取り、SQLクエリの実行を可能にし、MySQLデータベースとの安全なやり取りを実現します。
GitHub Code Review MCP Server
A Model Context Protocol server that provides read-only access to GitHub repositories, enabling AI assistants to perform code reviews without write permissions.
API
個人的なタスクを完了するためのMCPサーバーを構築することを目的としたSwiftプロジェクトのコレクション
AI MCP Servers
PokeAPI MCP Server
A Model Context Protocol server that interfaces with PokeAPI to provide Pokémon information to LLM applications through JSON-RPC over stdio.
SAP Business One MCP Server by CData
SAP Business One MCP Server by CData
File Edit Check MCP Server
This MCP server enforces pre-read checks and detailed commit documentation to prevent unauthorized file modifications, ensuring write and diff operations are preceded by explicit reads.
Frame0 MCP Server
Allows creating and modifying wireframes in Frame0 (a Balsamiq-alternative wireframe tool) by using natural language prompts, supporting operations like creating screens, editing elements, and managing pages.
MCP Server For Local
カスタマイズ可能なモデルコンテキストプロトコルサーバーの実装。AIモデルが、天気予報、Google検索、カメラ制御機能などの外部ツールと連携することを可能にします。
RDF Explorer
The Model Context Protocol (MCP) server provides a conversational interface for the exploration and analysis of RDF Turtle Knowledge Graph in Local File mode or SPARQL Endpoint.
weather-mcp-server
mcp server for weather information query
Microsoft Todo MCP Service
Claude向けのModel Context Protocolサービス。これにより、Microsoft To Doのタスクリストの表示、タスクの作成、チェックリスト項目の管理など、Microsoft To Doタスクとの自然言語でのやり取りが可能になります。
Oura Ring MCP Server
Enables AI assistants to access and analyze Oura Ring health data including sleep, readiness, activity, and stress metrics. Supports customizable queries, correlation analysis, and visualization capabilities for comprehensive health insights.
PostCrawl MCP Server
A Cloudflare Workers-based server that provides AI assistants with access to search and extract content from social media platforms, particularly Reddit, through the PostCrawl API.
Perplexity MCP Server
Perplexity AIをClaude Desktopに統合するカスタムModel Context Protocol実装。これにより、ユーザーはPerplexityのAIモデルに、単一の質問と複数ターンの会話の両方でアクセスできるようになります。
shopify-mcp
Shopify API の操作についてですね。商品 (product)、顧客 (customer)、注文 (order) を含む Shopify API の操作に関する情報を日本語で提供します。 **Shopify API の概要** Shopify API は、Shopify ストアのデータにプログラムでアクセスし、操作するためのインターフェースです。これを使用すると、アプリケーションを構築して、ストアの製品、顧客、注文、その他のデータを管理できます。 **主な API エンドポイント** * **商品 (Products):** 商品の作成、読み取り、更新、削除 (CRUD) が可能です。 * 例: 商品のリストを取得、新しい商品を作成、既存の商品を更新 * **顧客 (Customers):** 顧客情報の取得、作成、更新、削除が可能です。 * 例: 顧客のリストを取得、新しい顧客を作成、顧客の住所を更新 * **注文 (Orders):** 注文の取得、作成、更新、キャンセルが可能です。 * 例: 注文のリストを取得、特定の注文の詳細を取得、注文のステータスを更新 **API の使用方法** 1. **API キーの取得:** Shopify パートナーアカウントまたはストアの管理画面から API キー (API key) とシークレットキー (Secret key) を取得します。 2. **認証:** API リクエストを行う際に、API キーを使用して認証を行います。通常は、OAuth 2.0 認証フローを使用します。 3. **API リクエストの送信:** HTTP リクエスト (GET, POST, PUT, DELETE) を使用して、API エンドポイントにリクエストを送信します。 4. **レスポンスの処理:** API から返される JSON 形式のレスポンスを解析し、必要なデータを抽出します。 **例 (商品リストの取得):** ``` GET /admin/api/2024-04/products.json ``` このリクエストは、ストア内のすべての商品のリストを JSON 形式で返します。 **使用する言語とライブラリ** Shopify API は RESTful な API なので、様々なプログラミング言語とライブラリを使用して操作できます。 * **JavaScript:** `axios`, `node-fetch` * **Python:** `requests`, `shopify` (Shopify が提供する Python ライブラリ) * **Ruby:** `shopify_api` (Shopify が提供する Ruby ライブラリ) * **PHP:** `guzzlehttp/guzzle` **Shopify API の制限** * **レート制限:** API リクエストの頻度には制限があります。制限を超えると、エラーが発生する可能性があります。 * **API バージョン:** Shopify API は定期的にバージョンアップされます。最新のドキュメントを参照して、適切な API バージョンを使用してください。 **参考資料** * **Shopify API ドキュメント:** [https://shopify.dev/docs/api/admin-rest](https://shopify.dev/docs/api/admin-rest) * **Shopify API Python ライブラリ:** [https://github.com/Shopify/shopify_python_api](https://github.com/Shopify/shopify_python_api) * **Shopify API Ruby ライブラリ:** [https://github.com/Shopify/shopify_api](https://github.com/Shopify/shopify_api) **補足** * Shopify API を使用するには、Shopify パートナーアカウントまたは Shopify ストアが必要です。 * API の使用方法や認証方法については、Shopify API ドキュメントをよく読んでください。 * Shopify が提供するライブラリを使用すると、API の操作が簡単になります。 この情報が、Shopify API の操作に役立つことを願っています。もし、具体的な操作 (例えば、特定の商品を更新する方法など) について質問があれば、遠慮なく聞いてください。
MariaDB MCP Server
Provides secure, read-only access to MariaDB/MySQL databases, allowing users to list databases, explore table schemas, and execute SQL queries with built-in security measures.
Raindrop MCP Server
自然言語コマンドでClaude DesktopからRaindrop.ioのブックマークにアクセスし、管理できるMCPサーバー。コレクション、Raindrop、タグの操作をサポート。
Airflow MCP 服务器
AI-Powered Server-Client Computer Use SDK
File containing information about the use of artificial intelligence software development kit (SDK) on servers and clients for computer systems.
주식 데이터 MCP 서버
MySQL Database Server
MySQLデータベース用のMCPサーバー。GitHubでアカウントを作成して、yuru-sha/mcp-server-mysqlの開発に貢献してください。
Gmail MCP Agent
Enables automated Gmail lead nurturing campaigns with intelligent follow-ups, response tracking, and 24/7 operation. Supports CSV-based contact management, template personalization, and real-time monitoring for enterprise-scale email outreach.