MCP.so
Sign In

MCP Clients

Discover AI apps that use MCP servers.

Submit a client

All

CM

Copilot Money MCP

ignaciohermosillacornejo

An MCP server that gives AI assistants access to your Copilot Money personal finance data. It reads from the locally cached Firestore database (LevelDB + Protocol Buffers) on your Mac. Reads are 100% local with zero network requests.

Desktop Chat
KO

KTA-ORACLE

Elemzir

Other

Sugra API MCP

Sugra-Systems

Gateway connector between LLM agents and world data. Official Model Context Protocol server for the Sugra API, backed by a bundled endpoint catalog and operation_id calls.

IDE & Code Editors
I

IMDB146

BACH-AI-Tools

Imdb146 MCP 服务器可帮助您轻松获取电影、视频及相关信息。

Other

ONTHEIA

Ontheia

Your Data. Your AI. Your Rules.

Other
TM

TRACE-MCP

nikolai-vysotskyi

Other

Chain.Love MCP

Chain-Love

## Overview

Agent Frameworks

OpenSEO

every-app

SEO research tools for AI agents: keyword research and metrics, SERP and local SERP results, domain and backlink analysis, rank tracking, and Google Search Console performance.

Web Chat & UIs
VD

VERILEX-DATA

carrierone

Other
AC

agent-connector

ken-jo

Package-first framework for building branded MCP packages that install across agent CLI hosts and expose local-first token telemetry.

Agent Frameworks

DeepChat

ThinkInAIXYZ

Your AI Partner on Desktop

Desktop Chat

Y Gui

luohy15

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

Other

MB_MCP (Model Context Protocol)

bigmb

mb MCP files

Other

MCP Client Example ☀️

dev-mahfuj80

MCP CLIENT using python sdk.

Agent Frameworks

Universal Mistral MCP Adapter

itisaevalex

Adapter project allowing Mistral models to interact with the modelcontextprotocol for standardized agentic capabilities.

Agent Frameworks

Refact.ai

smallcloudai

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

IDE & Code Editors

refactored-octo-parakeet

rggh

MCP Demo

Other

Frequently asked questions

Common questions about MCP clients and compatible applications

1

What is an MCP client?

An MCP client is an app that connects to MCP servers — an IDE, a desktop chat assistant, a CLI tool, and more — gaining tool-calling and context access through the standard protocol.

2

How do I pick the right MCP client?

If you're coding, a deeply integrated editor or agent like Cursor, VS Code, or Claude Code is usually the best fit. If you just want to chat with AI while it uses tools, a desktop chat client like Claude Desktop works well.

3

Can one client connect to multiple MCP servers?

Yes — most clients let you declare several MCP servers in their config at once, and the AI picks the right tool for each task automatically.

4

Do MCP clients support both local and remote servers?

Most modern MCP clients connect to local servers over stdio and increasingly support remote servers over Streamable HTTP or SSE. Available transports depend on the client version, so verify compatibility before adding a server.

5

Do Claude Desktop, Claude Code, Cursor, VS Code, and Codex use the same MCP configuration?

Not exactly. They use similar server URLs, commands, arguments, and environment variables, but configuration locations, field names, authentication, and supported transports can differ. Follow the current documentation for each client.

6

How do I protect data and permissions when using an MCP client?

Connect only to trusted servers, grant least-privilege access to files, databases, shells, and third-party APIs, and keep credentials in an OS keychain or dedicated secret store. Review enabled servers regularly, revoke unused credentials, and retain human confirmation for high-risk tool calls.