Discover Awesome MCP Servers

Extend your agent with 84,513 capabilities via MCP servers.

All84,513
YRB-HES Evidence MCP

YRB-HES Evidence MCP

A read-only MCP server for evidence retrieval in Yellow River Basin human–earth systems reviews, exposing PostgreSQL-backed tools for searching and comparing evidence, entities, and spatiotemporal data while preserving source provenance.

Mnemosyne

Mnemosyne

Provides persistent memory for LLM applications, enabling AI assistants to remember user preferences, facts, and conversation history across sessions.

claude-memory

claude-memory

A persistent memory MCP server for Claude Code that enables long-term recall across sessions via hybrid search, code intelligence, and tools for reading/writing memory.

Go-MCP-File-Server

Go-MCP-File-Server

MkDocs Material MCP Server

MkDocs Material MCP Server

Enables searching and retrieving documentation from MkDocs Material-powered sites.

Scopus MCP Server

Scopus MCP Server

Provides access to the Elsevier Scopus API, enabling AI assistants to search for academic papers, retrieve detailed abstracts, and look up author profiles. It facilitates bibliometric research and scholarly data analysis through natural language commands.

tickiti-mcp

tickiti-mcp

An MCP server that exposes the Tickiti helpdesk API to AI assistants, enabling ticket management and helpdesk operations via natural language.

CO2 Sensor MCP Server

CO2 Sensor MCP Server

A Node.js application that provides a JSON-RPC interface to interact with CO2 sensor data, working in both simulation mode and with real Raspberry Pi Pico hardware connections.

trinity-local

trinity-local

Enables running AI councils across Claude, GPT, and Gemini, synthesizing answers based on your personal taste lens, all locally without an API key.

mcpo-docker

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

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.

CreatorOS AI

CreatorOS AI

MCP server that enables AI-powered content generation in multiple formats using Google Gemini and Tavily real-time research, accessible via MCP-compatible clients.

cadex-mcp

cadex-mcp

MCP server for CAD Exchanger SDK that enables loading, inspecting, and exporting CAD models via a path-based cache.

Zoho Inventory MCP Server by CData

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

mcp-server-steam

mcp-server-steam

Integrates with Steam Web API to enable querying user profiles, game libraries, store data, and community features like reviews and workshop items.

Tesouro Nacional: Capacidade de Pagamento (CAPAG)

Tesouro Nacional: Capacidade de Pagamento (CAPAG)

Enables consulting the Brazilian Treasury's Payment Capacity (CAPAG) data through an MCP server, providing official information via natural language.

Fetch MCP Server

Fetch MCP Server

Enables LLMs to retrieve and process web content by fetching URLs and converting HTML to markdown, with support for chunked reading and customizable user-agents.

mcp-icon

mcp-icon

A Model Context Protocol (MCP) server for semantic SVG icon search. Generate infographic SVG icons by keyword — over 100,000 icons with semantic search support.

Hashnode MCP Server v2.0

Hashnode MCP Server v2.0

Enables AI assistants to publish, update, and manage Hashnode blog articles, with support for tags, cover images, and publication management.

aqc-mcp

aqc-mcp

MCP server that provides tools to query 17+ astronomical databases (e.g., SIMBAD, VizieR, Gaia) via HTTP/TAP APIs, enabling AI applications to access astronomical data through natural language.

Prefeitura SC Itajaí: Certidão Negativa de Débitos

Prefeitura SC Itajaí: Certidão Negativa de Débitos

Read-only MCP server to query the official negative debt certificate (Certidão Negativa de Débitos) from Itajaí city hall in Santa Catarina, Brazil.

Polymarket MCP Server

Polymarket MCP Server

Enables access to Polymarket's prediction markets for analyzing market probabilities, trading activity, and event outcomes across politics, sports, crypto, and other categories through natural language queries.

spectra-mcp

spectra-mcp

An MCP server that provides LLMs with a fingerprint-randomized Firefox browser for web browsing, clicking, typing, and taking screenshots, using invisible_playwright.

N-central MCP Server

N-central MCP Server

Exposes N-able N-central REST API as MCP tools for managing devices, organizations, users, and more, with support for read-only, write, and full write modes.

Capacities MCP Server

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.

JedSearch MCP Server

JedSearch MCP Server

Enables web search and page content extraction with JavaScript rendering via Playwright, with HTTP fallback and retry logic.

Notion MCP Server

Notion MCP Server

ClaudeのようなAIアシスタントをNotionワークスペースに接続し、Notionのデータベース、ページ、コンテンツブロックの表示、検索、作成、更新を可能にする、モデルコンテキストプロトコルサーバー。

mcp-sports-server

mcp-sports-server

Enables natural-language querying of historical NBA game data from a read-only SQLite database.

MCP Work History Server

MCP Work History Server

A Model Context Protocol server that enables AI tools to automatically log their activities with detailed metrics like timestamps, token usage, and costs into daily markdown worklog files.

Jokes MCP Server

Jokes MCP Server

Enables users to fetch various types of jokes including Chuck Norris and Dad jokes through an MCP server that integrates with Microsoft Copilot Studio and GitHub Copilot.