https://github.com/rocket-connect/mcpconnect
Inspect and debug Model Context Protocol servers directly in your browser.
https://github.com/rocket-connect/mcpconnect
ai anthropic browser debug development frontend gui inspector interface mcp model-context-protocol openai playground tool toolbox ui web
Last synced: about 2 months ago
JSON representation
Inspect and debug Model Context Protocol servers directly in your browser.
- Host: GitHub
- URL: https://github.com/rocket-connect/mcpconnect
- Owner: rocket-connect
- License: mit
- Created: 2025-09-13T23:02:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-06T14:48:32.000Z (6 months ago)
- Last Synced: 2026-04-07T06:36:26.627Z (2 months ago)
- Topics: ai, anthropic, browser, debug, development, frontend, gui, inspector, interface, mcp, model-context-protocol, openai, playground, tool, toolbox, ui, web
- Language: TypeScript
- Homepage: https://mcp.rconnect.tech
- Size: 10.9 MB
- Stars: 11
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCP Connect
Browser-based development environment for debugging and testing Model Context Protocol (MCP) servers.
**Integration Guides:**
- → [How to connect to the Supabase MCP server](https://www.rconnect.tech/blog/how-to-mcp-connect-supabase)
- → [How to connect to the GitHub MCP server](https://www.rconnect.tech/blog/how-to-mcp-connect-github)
- → [How to connect to the Neo4j MCP server](https://www.rconnect.tech/blog/how-to-mcp-connect-neo4j)
- → [Semantic Tool Selection with MCP Connect](https://www.rconnect.tech/blog/semantic-tool-selection-guide)
## Quick Start
```bash
npx @mcpconnect/cli@latest
```
Opens browser!
## What It Does
- **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
## License
MIT - see [LICENSE](LICENSE)