Browser-based development environment for debugging and testing Model Context Protocol (MCP) servers.
Integration Guides:
- → How to connect to the Supabase MCP server
- → How to connect to the GitHub MCP server
- → How to connect to the Neo4j MCP server
npx @mcpconnect/cli@latestOpens browser!
- Connect to any MCP server (HTTP, WebSocket, SSE)
- Test tools with Claude or OpenAI models
- Debug with protocol inspection
- Control which tools are enabled to save tokens
- Export conversations in JSON/Markdown
Good for developers:
- Iterate quickly on tool development
- Execute tools manually from tool page
- Test changes without restarting clients
# One-time use
npx @mcpconnect/cli@latest
# Or install globally
npm install -g @mcpconnect/cli@latest
mcpconnect- Click + New Connection
- Enter your MCP server URL
- Test and save
- Click Settings (⚙️)
- Configure endpoint, model, and API token
- Test and save
Enable tools in sidebar, then chat with your AI model.
| Feature | Description |
|---|---|
| Tool Management | Enable/disable individual tools to reduce token usage |
| Protocol Inspector | View raw MCP requests and responses |
| Multi-Connection | Manage multiple MCP servers simultaneously |
| Export | Save conversations as JSON, Markdown, or text |
| Local Storage | All data stays in your browser |
| Zero Config | No signup, no external dependencies |
Requires modern browser with:
- ES2020+ JavaScript
- WebSocket API
- Server-Sent Events
- localStorage (10MB+)
git clone https://github.com/rocket-connect/mcpconnect.git
cd mcpconnect
pnpm install
pnpm run devMIT - see LICENSE
Built by rconnect.tech