mcpconnect
Inspect and debug Model Context Protocol servers directly in your browser.
claude mcp add --transport stdio rocket-connect-mcpconnect npx -y @mcpconnect/cli@latest
How to use
MCP Connect provides a browser-based development environment that lets you connect to any MCP server (via HTTP, WebSocket, or SSE), test tools using Claude or OpenAI models, and inspect protocol traffic. It also lets you enable or disable specific tools to manage token usage and export conversations in JSON or Markdown. This makes it ideal for iterating on MCP tool development, validating protocol behavior, and debugging integration with external MCP servers. To get started, run the Quick Start command to launch the MCP Connect client in your browser, then use the interface to connect to an MCP server, pick a tool to run, and observe the protocol messages being exchanged in real time.
How to install
Prerequisites:
- Node.js and npm installed on your machine
- Internet access to fetch packages
Step-by-step installation:
-
Ensure Node.js and npm are installed. You can verify with: node -v npm -v
-
Install or run MCP Connect via npx (no global install required): npx @mcpconnect/cli@latest
-
When prompted, the CLI will start a browser-based UI that connects to MCP servers. If you prefer to pin a specific version, replace @latest with a version tag, e.g. @1.2.3.
Optional: If you want to install locally for ongoing development, you can clone the repository and install dependencies, then run the local dev script as defined by the project maintainers.
Notes:
- You may need to allow your browser to open a local address (e.g., http://localhost:3000) depending on your environment.
- Ensure network access to the MCP server endpoints you intend to connect to.
Additional notes
Tips and common issues:
- If a connected MCP server uses a non-standard port or requires authentication, configure the connection settings in the MCP Connect UI.
- Some tools may require API keys or access tokens (e.g., OpenAI, Claude). Keep these credentials secure and consider using environment variables or secret managers if supported by your setup.
- Enable or disable tools on the Tools page to control token usage and data exported with conversations.
- If you encounter browser script errors, try reloading the page or clearing the cache. Ensure your browser supports WebSocket and SSE as required by MCP Connect.
- When exporting conversations, choose the desired format (JSON or Markdown) for downstream processing or sharing with teammates.
Related MCP Servers
SearChat
Search + Chat = SearChat(AI Chat with Search), Support OpenAI/Anthropic/VertexAI/Gemini, DeepResearch, SearXNG, Docker. AI对话式搜索引擎,支持DeepResearch, 支持OpenAI/Anthropic/VertexAI/Gemini接口、聚合搜索引擎SearXNG,支持Docker一键部署。
ai-code-helper
2025 年 AI 编程助手实战项目(作者:程序员鱼皮),基于 Spring Boot 3.5 + Java 21 + LangChain4j + AI 构建智能编程学习与求职辅导机器人,覆盖 AI 大模型接入、LangChain4j 核心特性、流式对话、Prompt 工程、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、Web 爬虫、安全防护、Vue.js 前端开发、SSE 服务端推送等企业级 AI 应用开发技术。帮助开发者掌握 AI 时代必备技能,熟悉 LangChain 框架,提升编程学习效率和求职竞争力,成为企业需要的 AI 全栈开发人才。
mcp-chat
Examples of using Pipedream's MCP server in your app or AI agent.
recall
Persistent cross-session memory for Claude & AI agents. Self-host on Redis/Valkey, or use the managed SaaS at recallmcp.com.
israel-drugs
MCP server from DavidOsherdiagnostica/israel-drugs-mcp-server
docmole
Dig through any documentation with AI - MCP server for Claude, Cursor, and other AI assistants