An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MCP Connect




MCP Connect Interface Overview

mcp.rconnect.tech


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)


Built by rconnect.tech