MCP.so
ログイン

MCP クライアント

MCP サーバーを利用する AI アプリを見つけましょう。

注目

Gocosmik

gocosmik.com

Gocosmik is an MCP client available at https://gocosmik.com.

その他

Banks to AI

upx.com

Banks to AI gives any MCP-compatible agent (Claude, Cursor, or your own) secure, read-only access to real bank data — 12,000+ financial institutions across the US, Canada and beyond. How it works: authenticate via OAuth

その他

SocialBu

socialbu.com

Connect Claude, ChatGPT, Cursor, OpenClaw, Hermes Agent, and other MCP-compatible AI assistants to SocialBu. Create posts, use AI tools, review schedules, check analytics, and manage social media work through natural con

その他

PoYo.ai

poyo.ai

PoYo.ai gives developers one API key for 500+ AI models, including GPT Image 2, Seedance 2, Sora 2, Gemini 3, and Claude. Credit pricing, polling/webhook workflow, failed tasks not charged.

Web チャットと UI

APIMart

apimart.ai

The most affordable unified AI API platform. Access GPT-5, Claude 4.5, Gemini, Sora 2 & Flux.1 through one OpenAI-compatible key — drop-in for any MCP client or AI agent. Pay-as-you-go pricing, 99.9% uptime, low latency,

Web チャットと UI

Visual Studio Code - Open Source ("Code - OSS")

microsoft

Visual Studio Code

IDE とコードエディタ

Zed

zed-industries

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

IDE とコードエディタ

Cline – #1 on OpenRouter

cline

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.

コーディングエージェント

Cherry Studio

cherryhq

🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.

デスクトップチャット

Continue

continuedev

⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks

コーディングエージェント

Roo Code (prev. Roo Cline)

roovetgit

Roo Code (prev. Roo Cline) gives you a whole dev team of AI agents in your code editor.

コーディングエージェント

A Sleek AI Assistant & MCP Client

nanbingxyz

5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .

デスクトップチャット

chatmcp

daodao97

ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).

エージェントフレームワーク

HyperChat

bigsweetpotatostudio

HyperChat is a Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.

デスクトップチャット

MCP Connect

EvalsOne

Enables cloud-based AI services to access local Stdio based MCP servers via HTTP requests

その他

y-cli 🚀

luohy15

A Tiny Terminal Chat App for AI Models with MCP Client Support

その他

Y Gui

luohy15

A web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.

その他

DeepChat

ThinkInAIXYZ

Your AI Partner on Desktop

デスクトップチャット

Refact.ai

smallcloudai

Open-source AI Agent for VS Code and JetBrains that autonomously solves coding tasks end-to-end.

IDE とコードエディタ

WeClaw

thinkany-ai

Your first AI Friend

Web チャットと UI

よくある質問

MCP クライアントと対応アプリに関するよくある質問

1

MCP クライアントとは何ですか?

MCP クライアントは MCP サーバーに接続できるアプリです。IDE、デスクトップチャットアシスタント、CLI ツールなどが標準プロトコル経由でツール呼び出しやコンテキスト読み取りの能力を得ます。

2

自分に合った MCP クライアントはどう選べばいいですか?

コーディングが中心なら Cursor、VS Code、Claude Code のような深く統合されたエディタ/エージェントがおすすめです。ツールを使いながら AI と会話したいだけなら、Claude Desktop のようなデスクトップチャットクライアントが向いています。

3

1 つのクライアントで複数の MCP サーバーに接続できますか?

はい。ほとんどのクライアントは設定ファイルに複数の MCP サーバーを同時に宣言でき、AI はタスクに応じて適切なツールを自動的に選びます。

4

MCP クライアントはローカルとリモートの両方のサーバーに対応していますか?

最近の MCP クライアントの多くは stdio 経由でローカルサーバーに接続でき、Streamable HTTP や SSE 経由のリモートサーバーへの対応も進んでいます。利用可能なトランスポートはクライアントのバージョンに依存するため、サーバーを追加する前に互換性を確認してください。

5

Claude Desktop、Claude Code、Cursor、VS Code、Codex は同じ MCP 設定を使いますか?

厳密には異なります。サーバー URL、コマンド、引数、環境変数は似ていますが、設定ファイルの場所、フィールド名、認証、対応トランスポートはクライアントごとに違いがあります。各クライアントの最新ドキュメントに従ってください。

6

MCP クライアントを使う際、データと権限はどう保護すればよいですか?

信頼できるサーバーにのみ接続し、ファイル・データベース・シェル・サードパーティ API へは最小権限のアクセスを付与し、認証情報は OS のキーチェーンや専用のシークレットストアに保管してください。有効化したサーバーを定期的に見直し、未使用の認証情報を失効させ、高リスクなツール呼び出しには人による確認を残しましょう。