Discover Awesome MCP Servers

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

All84,497
vision-mcp

vision-mcp

Vision MCP enables text-only agents to understand images through any OpenAI-compatible vision model. It supports local images, URLs, screenshots, documents, charts, and code errors with tools like analyze_image and understand_image.

quantum-demos-mcp

quantum-demos-mcp

MCP server for authoring Quantum customer demos from Claude Code; enables listing, viewing, and updating demos with a guide and prompts.

Jira Data Center MCP Server

Jira Data Center MCP Server

Enables AI assistants to deeply introspect Jira Data Center configurations — including workflows, schemes, automation, and Assets — through 76 read-only tools, without any modification capability.

agent-eyes

agent-eyes

MCP server that wraps Playwright to give AI agents eyes on the web, enabling browser search, navigation, extraction, and interaction with intelligent LLM-based DOM extraction and skill caching.

Google Workspace MCP Server

Google Workspace MCP Server

Enables AI agents to send emails and append content to Google Docs using Gmail and Google Docs APIs.

notepm-mcp-server

notepm-mcp-server

An unofficial MCP server that enables AI assistants to search, read, create, and update pages in your NotePM workspace.

playwright-mcp

playwright-mcp

Provides browser automation through Playwright, enabling LLMs to interact with web pages using structured accessibility snapshots instead of screenshots.

queue-mcp

queue-mcp

Task queue MCP server for Claude Code that allows adding, listing, and completing tasks from an external CLI, enabling Claude to drain a queue of follow-up work without disturbing a running turn.

logicmonitor-mcp

logicmonitor-mcp

Exposes the LogicMonitor REST API as MCP tools with per-request LMv1 authentication, enabling querying of devices, alerts, reports, and more.

OfficeRnD MCP Server

OfficeRnD MCP Server

A read-only MCP server that connects AI assistants to the OfficeRnD coworking and flex-space management platform. It enables natural language queries for community members, space bookings, billing records, and office resources.

Terragrunt MCP Server

Terragrunt MCP Server

Enables analysis and validation of Terragrunt projects, including dependency mapping, stack structure, and optimization suggestions, directly in IDEs that support MCP.

Elasticsearch MCP Server AI

Elasticsearch MCP Server AI

Transforms Elasticsearch into an AI-powered observability engine for analyzing logs, APM traces, and system metrics through natural language.

mcp-software-design

mcp-software-design

Provides software design guidance via MCP, including SOLID principles, design patterns, pattern scaffolding, and heuristic code-smell detection to help review and refactor code.

companycam-mcp

companycam-mcp

Enables managing CompanyCam projects, photos, tags, comments, and users through natural language, using the CompanyCam API.

ncbi-mcp

ncbi-mcp

NIH(アメリカ国立衛生研究所)の国立生物学情報センター(NCBI)のMCPサーバー

booking_chest

booking_chest

MCP server for Cal.com scheduling, providing ~70 tools to manage schedules, event types, bookings, calendars, webhooks, and teams. Enables natural language control of Cal.com from Claude or any MCP-compatible client.

poc5-mcp-http-remote

poc5-mcp-http-remote

This MCP server provides a Streamable HTTP endpoint with bearer token authentication, exposing echo and add tools, and an info resource for remote client integration.

kilo-dev-mcp-server

kilo-dev-mcp-server

An MCP server for internationalization (i18n) tasks, providing tools to translate, move, list, and remove translation keys in JSON files for the Kilo Code extension.

Bitbucket MCP Server

Bitbucket MCP Server

MCP server for Bitbucket Server integration, enabling project, repository, pull request, source code, branch, and code review operations via the Bitbucket Server APIs.

cockpit-mcp

cockpit-mcp

Accounting automation MCP server for Japanese tax firms. Two-stage classifier (keyword + Claude AI) with TaxRuleEngine for consumption tax, withholding, invoice system, and confidence-based routing.

Grok SearXNG Adapter MCP

Grok SearXNG Adapter MCP

MCP server that enables web search via Grok's web_search tool and web page fetching via Firecrawl, with configurable options for search mode and content extraction.

directa-mcp

directa-mcp

MCP server that connects Claude to Directa's Darwin trading API, enabling local account management, portfolio views, and order operations through natural language.

VideoGen Advisor

VideoGen Advisor

A unified MCP server for video generation that intelligently routes requests to HeyGen (for avatar/presenter videos) or Google Veo (for creative/cinematic content).

vision-mcp-ms

vision-mcp-ms

A cloud vision MCP server that enables text-only LLMs like DeepSeek to analyze images via OpenAI-compatible APIs (e.g., SiliconFlow), offering a single analyze_image tool with support for URL/data URLs and automatic model fallback.

flutterclimcp

flutterclimcp

承知いたしました。Flutter CLI MCP (Model Context Protocol) Server を使用して Flutter プロジェクトを作成する楽しいサンプルプロジェクトのアイデアをいくつかご紹介します。 **アイデア例:** * **お絵かきアプリ:** * ユーザーが画面に自由に線を描けるシンプルなアプリです。 * 線の色、太さ、種類などを変更できる機能を追加します。 * 描いた絵を保存したり、共有したりする機能も追加できます。 * MCP Server を使用して、描画データをリアルタイムで他のユーザーと共有する機能を追加すると、共同お絵かきアプリとして楽しめます。 * **簡単なチャットアプリ:** * テキストメッセージを送受信できるシンプルなチャットアプリです。 * ユーザー名を設定したり、アバター画像を設定したりする機能を追加します。 * MCP Server を使用して、メッセージをリアルタイムで送受信する機能を追加します。 * グループチャット機能や、画像・動画の送信機能を追加すると、より高度なチャットアプリになります。 * **ToDo リストアプリ:** * タスクを追加、編集、削除できるシンプルな ToDo リストアプリです。 * タスクの優先度を設定したり、期日を設定したりする機能を追加します。 * MCP Server を使用して、ToDo リストを複数のデバイス間で同期する機能を追加します。 * 他のユーザーと ToDo リストを共有して、共同でタスク管理を行う機能を追加すると、チームでの利用にも適したアプリになります。 * **クイズアプリ:** * 簡単なクイズに答えるアプリです。 * 問題と選択肢を JSON ファイルなどで定義し、それを読み込んで表示します。 * 正解・不正解の判定を行い、結果を表示します。 * MCP Server を使用して、他のユーザーと対戦できる機能を追加します。 * ランキング機能を追加すると、競争意識を高めることができます。 **プロジェクト作成のヒント:** * **Flutter CLI を使用してプロジェクトを作成:** `flutter create <プロジェクト名>` * **MCP Server のセットアップ:** MCP Server のドキュメントを参照して、セットアップを行います。 * **UI の構築:** Flutter のウィジェットを使用して、UI を構築します。 * **ロジックの実装:** Dart 言語を使用して、アプリのロジックを実装します。 * **MCP Server との連携:** MCP Server の API を使用して、データの送受信を行います。 **その他:** * これらのアイデアはあくまで例です。ご自身の興味やスキルに合わせて、自由にアレンジしてください。 * Flutter や MCP Server に関するドキュメントやチュートリアルを参考にしながら、開発を進めてください。 * GitHub などのバージョン管理システムを利用して、コードを管理することをおすすめします。 これらの情報が、あなたの Flutter プロジェクト作成の助けになれば幸いです。頑張ってください!

graphql-agent-toolkit

graphql-agent-toolkit

Enables AI agents to interact with any GraphQL API by introspecting the schema and exposing queries and mutations as MCP tools, with built-in pagination, semantic search, and framework adapters.

Amazon POE MCP Server

Amazon POE MCP Server

Extracts data from Amazon's Product Opportunity Explorer in Seller Central via browser automation, enabling niche search and CSV export of search terms, products, customer reviews, returns, and insights using natural language.

Google Search MCP Server

Google Search MCP Server

Googleカスタム検索 JSON APIと連携し、ウェブ検索機能を提供するMCPサーバー実装。

app.wishpool/czechia-payments-mcp

app.wishpool/czechia-payments-mcp

A remote MCP server that lets any AI agent accept payments in Czechia via Stripe's hosted checkout.

filesystem

filesystem

A minimal MCP server that exposes three file operations (read_file, write_file, list_directory) within a sandboxed workspace, enabling file management via natural language.