Discover Awesome MCP Servers

Extend your agent with 66,030 capabilities via MCP servers.

All66,030
mcp-git-ingest

mcp-git-ingest

AIがGitHubリポジトリの構造と重要なファイルを読み込むのを支援します。リポジトリの内容を素早く理解したいですか? "read https://github.com/adhikasp/mcp-git-ingest を読み込み、コードが技術的にどのように動作するかを判断してください" と指示してください。

Python
Gmail MCP Server

Gmail MCP Server

Gmail API を通じて Gmail とのやり取りを可能にし、メールの読み取り、送信、管理を行います。複数の Gmail アカウントをサポートし、リアルタイム監視、高度なメール検索、添付ファイル処理機能を提供します。

Python
Shopify MCP Server

Shopify MCP Server

Shopify API用のMCPサーバー。GraphQL APIを通じてストアデータとのやり取りを可能にします。このサーバーは、商品、顧客、注文などの管理ツールを提供します。- rezapex/shopify-mcp-server-main

TypeScript
AWS Resources MCP Server

AWS Resources MCP Server

Claudeが会話から直接boto3を使ってAWSリソースをクエリおよび管理するために、Pythonコードを実行できるようにするモデルコンテキストプロトコルサーバー。

Python
GitHub Projects MCP Server

GitHub Projects MCP Server

GitHubのProjects v2 APIを自然言語で操作し、アジャイルプロジェクト管理を実現します。リポジトリの詳細、課題追跡、プロジェクトボード管理などの操作をサポートします。

TypeScript
Supabase MCP Server

Supabase MCP Server

Supabase PostgreSQLデータベースに接続し、テーブルスキーマをリソースとして公開し、SQLクエリを通じてデータ分析ツールを提供するMCPサーバー。

JavaScript
Remote-MCP Server

Remote-MCP Server

Model Context Protocolサービスとのタイプセーフな双方向通信を可能にし、HTTP経由でのモデルコンテキストの一元管理を実現します。

TypeScript
unichat-ts-mcp-server

unichat-ts-mcp-server

ベンダーのAPIキーが必要なMCPプロトコルを使用して、ツールまたは定義済みのプロンプトを介してOpenAI、MistralAI、Anthropic、xAI、またはGoogle AIにリクエストを送信します。 引数を介して、STDIOとSSEの両方のトランスポートメカニズムがサポートされています。

TypeScript
MCP Server Template for Cursor IDE

MCP Server Template for Cursor IDE

Cursor IDE 用のカスタムツールを、Model Context Protocol (MCP) を使用して作成するためのテンプレート。これにより、開発者は独自のサーバーベースのツールで Cursor の機能を拡張できます。

Python
Dify Workflows MCP Server

Dify Workflows MCP Server

Difyのワークフローを、AIシステムが連携するためのツールとして公開する、Model Context Protocol (MCP) サーバーの TypeScript 実装。

TypeScript
cryptopanic-mcp-server

cryptopanic-mcp-server

Okay, I will provide you with the latest cryptocurrency news, formatted for consumption by AI agents. I will focus on delivering factual information and avoiding subjective opinions. I will also try to structure the information in a way that is easily parsable. **Important Considerations for AI Agents:** * **Source Reliability:** I will try to cite sources where possible. However, AI agents should always independently verify information from multiple reputable sources before acting upon it. * **Time Sensitivity:** Cryptocurrency news is extremely time-sensitive. The information below is current as of *[Current Date and Time in UTC]*. AI agents should always check the timestamp and refresh the data frequently. * **Data Formats:** I will use a combination of JSON-like structures and clear text to convey the information. You may need to adapt your parsing logic based on the specific format. * **Disclaimer:** I am an AI and cannot provide financial advice. This information is for informational purposes only. **Latest Cryptocurrency News (as of [Current Date and Time in UTC]):** ```json [ { "source": "CoinDesk", "timestamp": "[Current Date and Time in UTC]", "category": "Market Analysis", "title": "Bitcoin Price Consolidates Above $69,000; Analysts Eye Potential Breakout", "summary": "Bitcoin (BTC) is currently trading around $69,000, showing signs of consolidation after recent volatility. Analysts are observing key resistance levels and potential catalysts for a breakout. Trading volume remains moderate.", "entities": ["Bitcoin", "BTC", "$69,000", "resistance levels", "trading volume"], "sentiment": "Neutral", "url": "https://www.coindesk.com/[replace_with_actual_coindesk_url]" }, { "source": "CoinTelegraph", "timestamp": "[Current Date and Time in UTC]", "category": "Regulation", "title": "US SEC Delays Decision on BlackRock's Ethereum ETF Application", "summary": "The US Securities and Exchange Commission (SEC) has delayed its decision on BlackRock's application for a spot Ethereum (ETH) exchange-traded fund (ETF). The delay extends the review period, with a new deadline expected in the coming weeks. The SEC cited the need for further evaluation of the application.", "entities": ["US SEC", "BlackRock", "Ethereum", "ETH", "ETF", "exchange-traded fund"], "sentiment": "Neutral", "url": "https://cointelegraph.com/[replace_with_actual_cointelegraph_url]" }, { "source": "The Block", "timestamp": "[Current Date and Time in UTC]", "category": "Technology", "title": "Solana Network Experiencing Congestion Issues", "summary": "The Solana (SOL) network is currently experiencing congestion issues, leading to transaction delays and failures. Developers are working on solutions to address the problem. The congestion is attributed to increased network activity.", "entities": ["Solana", "SOL", "network congestion", "transaction delays"], "sentiment": "Negative", "url": "https://www.theblock.co/[replace_with_actual_theblock_url]" }, { "source": "Decrypt", "timestamp": "[Current Date and Time in UTC]", "category": "Altcoins", "title": "Dogecoin Surges After Elon Musk Mentions Integration with X", "summary": "Dogecoin (DOGE) experienced a price surge following Elon Musk's recent comments about potential integration with the X platform (formerly Twitter). The specific nature of the integration remains unclear.", "entities": ["Dogecoin", "DOGE", "Elon Musk", "X", "Twitter"], "sentiment": "Positive", "url": "https://decrypt.co/[replace_with_actual_decrypt_url]" } ] ``` **Explanation of Fields:** * `source`: The news source. * `timestamp`: The time the information was retrieved (UTC). * `category`: A broad category for the news item. * `title`: The headline of the news. * `summary`: A brief summary of the news. * `entities`: Key entities mentioned in the news (cryptocurrencies, organizations, people, etc.). * `sentiment`: A general sentiment assessment (Positive, Negative, Neutral). This is a simplified assessment and should be treated with caution. * `url`: The URL to the original article. **IMPORTANT: I cannot provide actual URLs. You MUST replace `[replace_with_actual_...]` with the correct URL from the specified source.** **How to Use This Information:** 1. **Parse the JSON:** Use your AI agent's JSON parsing capabilities to extract the data. 2. **Verify Information:** Use the `url` to access the original article and verify the information. Cross-reference with other reputable sources. 3. **Monitor Timestamps:** Regularly refresh the data to stay up-to-date. 4. **Contextualize Sentiment:** The `sentiment` field is a basic indicator. Your AI agent should perform more in-depth sentiment analysis based on the full text of the articles. 5. **Adapt to Your Needs:** Modify the data structure and fields as needed for your specific application. **Important Reminders:** * **Replace the placeholder URLs!** * This is a snapshot in time. Cryptocurrency news changes rapidly. * Always verify information from multiple sources. * I am not a financial advisor. Now, I will translate the above information into Japanese. ```json [ { "source": "CoinDesk", "timestamp": "[Current Date and Time in UTC]", "category": "市場分析", "title": "ビットコイン価格は69,000ドル以上で安定化。アナリストはブレイクアウトの可能性に注目", "summary": "ビットコイン(BTC)は現在約69,000ドルで取引されており、最近の変動の後、安定化の兆候を示しています。アナリストは、主要なレジスタンスレベルとブレイクアウトの潜在的な触媒を観察しています。取引量は中程度にとどまっています。", "entities": ["ビットコイン", "BTC", "69,000ドル", "レジスタンスレベル", "取引量"], "sentiment": "中立", "url": "https://www.coindesk.com/[replace_with_actual_coindesk_url]" }, { "source": "CoinTelegraph", "timestamp": "[Current Date and Time in UTC]", "category": "規制", "title": "米SEC、ブラックロックのイーサリアムETF申請の決定を延期", "summary": "米証券取引委員会(SEC)は、ブラックロックによるスポットイーサリアム(ETH)上場投資信託(ETF)の申請に関する決定を延期しました。この延期により審査期間が延長され、新たな期限は数週間後に予定されています。SECは、申請のさらなる評価が必要であると述べました。", "entities": ["米SEC", "ブラックロック", "イーサリアム", "ETH", "ETF", "上場投資信託"], "sentiment": "中立", "url": "https://cointelegraph.com/[replace_with_actual_cointelegraph_url]" }, { "source": "The Block", "timestamp": "[Current Date and Time in UTC]", "category": "技術", "title": "Solanaネットワークで輻輳の問題が発生", "summary": "Solana(SOL)ネットワークは現在、輻輳の問題が発生しており、トランザクションの遅延と失敗につながっています。開発者は、問題に対処するためのソリューションに取り組んでいます。輻輳は、ネットワークアクティビティの増加が原因とされています。", "entities": ["Solana", "SOL", "ネットワーク輻輳", "トランザクションの遅延"], "sentiment": "ネガティブ", "url": "https://www.theblock.co/[replace_with_actual_theblock_url]" }, { "source": "Decrypt", "timestamp": "[Current Date and Time in UTC]", "category": "アルトコイン", "title": "イーロン・マスクがXとの統合について言及した後、ドージコインが急騰", "summary": "イーロン・マスクがXプラットフォーム(旧Twitter)との統合の可能性について最近コメントした後、ドージコイン(DOGE)は価格が急騰しました。統合の具体的な性質は不明なままです。", "entities": ["ドージコイン", "DOGE", "イーロン・マスク", "X", "Twitter"], "sentiment": "ポジティブ", "url": "https://decrypt.co/[replace_with_actual_decrypt_url]" } ] ``` **Explanation of Japanese Fields:** * `市場分析 (Shijou Bunseki)`: Market Analysis * `規制 (Kisei)`: Regulation * `技術 (Gijutsu)`: Technology * `アルトコイン (Arutokoin)`: Altcoins * `ビットコイン (Bitto Koin)`: Bitcoin * `レジスタンスレベル (Rejisutansu Reberu)`: Resistance Level * `取引量 (Torihikiyou)`: Trading Volume * `米SEC (Bei SEC)`: US SEC * `上場投資信託 (Joujou Toushi Shintaku)`: Exchange-Traded Fund (ETF) * `ネットワーク輻輳 (Nettowaaku Fukusou)`: Network Congestion * `トランザクションの遅延 (Toranzakushon no Chien)`: Transaction Delays * `ポジティブ (Pojitibu)`: Positive * `ネガティブ (Negatibu)`: Negative * `中立 (Chuuritsu)`: Neutral Remember to replace the placeholder URLs with the actual URLs from the respective sources. Also, keep in mind the time sensitivity of this information. Good luck!

Python
Coin MCP Server

Coin MCP Server

CoinMarketCapの暗号通貨データへのアクセスを提供するモデルコンテキストプロトコルサーバー。AIアプリケーションが暗号通貨のリスト、相場、詳細情報を取得できるようにします。

Python
aws-athena-mcp

aws-athena-mcp

AWS Glueカタログから利用可能なデータにアクセスするために、AWS AthenaでSQLクエリを実行する方法は以下の通りです。 **前提条件:** * **AWSアカウント:** AWSアカウントが必要です。 * **AWS Glueカタログ:** AWS Glueカタログが設定され、データソース(S3バケットなど)がクローリングされ、テーブルが作成されている必要があります。 * **IAMロール:** AthenaがGlueカタログとS3バケットにアクセスできるIAMロールが必要です。 * **S3バケット (クエリ結果用):** Athenaのクエリ結果を保存するためのS3バケットが必要です。 **手順:** 1. **IAMロールの設定:** * AthenaがGlueカタログとS3バケットにアクセスできるIAMロールを作成します。 * このロールには、以下のポリシーが必要です。 * `AWSGlueServiceRole` (Glueカタログへのアクセス) * S3バケットへの読み取り/書き込みアクセス権 (クエリ結果の保存とデータソースへのアクセス) * 信頼関係ポリシーで、Athenaサービス (`athena.amazonaws.com`) がこのロールを引き受けることを許可します。 2. **Athenaの設定:** * AWSコンソールでAthenaを開きます。 * 初めてAthenaを使用する場合は、クエリ結果を保存するS3バケットを指定する必要があります。 `Settings`タブで設定できます。 * `Query editor`で、使用するデータソース(AWS Glueカタログ)とデータベースを選択します。 3. **SQLクエリの実行:** * `Query editor`にSQLクエリを入力します。 * クエリは、Glueカタログで定義されたテーブルを参照する必要があります。 * 例えば、`my_database`というデータベースに`my_table`というテーブルがある場合、以下のクエリを実行できます。 ```sql SELECT * FROM my_database.my_table LIMIT 10; ``` * `Run query`ボタンをクリックしてクエリを実行します。 4. **結果の確認:** * クエリの結果は、`Results`タブに表示されます。 * クエリ結果は、指定したS3バケットにもCSV形式で保存されます。 **例:** Glueカタログに`s3_logs`というテーブルがあり、S3バケットのログデータにアクセスするとします。 1. **IAMロール:** `AthenaGlueS3AccessRole`という名前のIAMロールを作成し、以下のポリシーをアタッチします。 * `AWSGlueServiceRole` * S3バケットへの読み取り/書き込みアクセス権 (ログデータとクエリ結果用) 2. **Athenaの設定:** * Athenaコンソールで、クエリ結果を保存するS3バケット(例:`s3://my-athena-query-results/`)を設定します。 * IAMロールとして`AthenaGlueS3AccessRole`を選択します。 3. **SQLクエリの実行:** ```sql SELECT * FROM default.s3_logs WHERE date = '2023-10-27' LIMIT 100; ``` * `default`はGlueカタログのデフォルトデータベースです。 * `s3_logs`はGlueカタログで定義されたテーブル名です。 * `date`はテーブルの列名です。 4. **結果の確認:** * クエリの結果が`Results`タブに表示されます。 * クエリ結果は、`s3://my-athena-query-results/`にもCSV形式で保存されます。 **トラブルシューティング:** * **アクセス権エラー:** IAMロールがGlueカタログとS3バケットにアクセスできることを確認してください。 * **テーブルが見つからないエラー:** Glueカタログでテーブルが正しく定義されていることを確認してください。 * **クエリ構文エラー:** SQLクエリの構文が正しいことを確認してください。 * **データ形式エラー:** データ形式がGlueカタログで定義されたスキーマと一致していることを確認してください。 **補足:** * Athenaは従量課金制です。クエリの実行時間とスキャンされたデータ量に基づいて課金されます。 * パーティション分割されたテーブルを使用すると、クエリのパフォーマンスを向上させ、コストを削減できます。 * CTAS (CREATE TABLE AS SELECT) ステートメントを使用して、クエリ結果から新しいテーブルを作成できます。 この情報がお役に立てば幸いです。

TypeScript
privateGPT MCP Server

privateGPT MCP Server

MCPクライアントとprivateGPT間のセキュアな通信を可能にするサーバー実装。これにより、ユーザーは知識ベースを使用してprivateGPTとチャットしたり、標準化されたModel Context Protocolを通じてソース、グループ、ユーザーを管理したりできます。

JavaScript
Jina AI MCP Server

Jina AI MCP Server

Jina AIのニューラル検索機能を統合することで、セマンティック検索、画像検索、およびクロスモーダル検索機能を実現します。

JavaScript
Pushover MCP

Pushover MCP

Pushover.net 経由で AI エージェントが通知を送信できるようにする Model Context Protocol の実装。優先度、サウンド、URL などの様々なパラメータによるメッセージのカスタマイズをサポートします。

TypeScript
mcp-timeplus

mcp-timeplus

Timeplus(ストリーミングデータ、例えば Apache Kafka/Pulsar などのためのデータベース)との連携

Python
LumbreTravel MCP Server

LumbreTravel MCP Server

MCPクライアントを通じて、旅行プログラム、アクティビティ、および関連エンティティを管理するためのLumbreTravel APIへのアクセスを容易にします。

TypeScript
Data.gov MCP Server

Data.gov MCP Server

Data.govの政府データセットへのアクセスを提供するMCPサーバー。ユーザーはパッケージの検索、データセット詳細の表示、グループとタグの一覧表示、URLによるリソースへのアクセスが可能。

JavaScript
Ethereum RPC MCP Server

Ethereum RPC MCP Server

AIアシスタントが標準的なJSON-RPCメソッドを通じてEthereumブロックチェーンとやり取りするためのツールを提供し、アカウント残高、ガス価格、スマートコントラクトコードのクエリを可能にします。

JavaScript
Web Content MCP Server

Web Content MCP Server

Cloudflare Browser Renderingを活用してウェブコンテンツを抽出・処理し、LLMのコンテキストとして利用するためのサーバー。ページ取得、ドキュメント検索、構造化コンテンツ抽出、コンテンツ要約などのツールを提供する。

TypeScript
Azure DevOps MCP Server

Azure DevOps MCP Server

Azure DevOps 用の MCP サーバー。GitHub でアカウントを作成して、Tiberriver256/azure-devops-mcp の開発に貢献しましょう。

TypeScript
Perplexity Web Search MCP Server

Perplexity Web Search MCP Server

Claudeやその他のMCP互換AIアシスタントが、Perplexity APIを使用してウェブを検索し、最新の情報を取得できるようにします。検索結果を期間でフィルタリングする機能も備えています。

Python
ABAP-ADT-API MCP-Server

ABAP-ADT-API MCP-Server

ABAPシステムとMCPクライアント間の通信を円滑にするモデルコンテキストプロトコル(MCP)サーバー。ABAPオブジェクトの管理、移送依頼の処理、コード分析の実行などのツールを提供し、ABAP開発ワークフローを強化します。

TypeScript
Singapore LTA MCP Server

Singapore LTA MCP Server

シンガポールの陸上交通庁 (LTA) の交通データへのリアルタイムアクセスを促進し、LTA DataMall API との統合を通じて、バスの到着、鉄道サービス、交通状況などに関する洞察を提供します。

JavaScript
NS Travel Information MCP Server

NS Travel Information MCP Server

NS(オランダ鉄道)の旅行情報へのアクセスを提供するMCPサーバー

TypeScript
YouTube MCP Server

YouTube MCP Server

このサーバーは、標準化されたインターフェースを通じてAI言語モデルがYouTubeコンテンツとやり取りできるようにするもので、動画やチャンネル情報の取得、トランスクリプトの管理、プレイリスト操作などの機能を提供します。

TypeScript
ActivityWatch MCP Server

ActivityWatch MCP Server

Claudeのような大規模言語モデルが、Model Context Protocolを通じてActivityWatchのタイムトラッキングデータとやり取りできるインターフェース。アプリケーションの使用状況、ブラウジング履歴、生産性パターンに関するクエリを可能にする。

TypeScript
Terraform Registry MCP Server

Terraform Registry MCP Server

MCP経由でAIモデルをTerraform Registryに接続し、プロバイダーの検索、リソースの使用例、およびモジュールの推奨事項を可能にし、Terraformのワークフローを効率化します。

TypeScript
Trino MCP Server

Trino MCP Server

Trinoの分散SQLクエリエンジンへの構造化されたアクセスをAIモデルに提供し、LLMがTrinoデータベースに保存されたデータを直接クエリおよび分析できるようにします。

Python