Skip to content

Commit fb9252f

Browse files
authored
Merge pull request modelcontextprotocol#919 from vichudo/feature/modelcontextchat-client
feat: add ModelContextChat client
2 parents 9c5b57c + a26d743 commit fb9252f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/clients.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ This page provides an overview of applications that support the Model Context Pr
5656
| [mcp-agent][mcp-agent] ||||| ⚠️ ||| Supports tools, prompts, resources, roots, server connection management, and agent workflows. |
5757
| [mcp-client-chatbot][mcp-client-chatbot] |||||||| Supports tools. |
5858
| [mcp-use][mcp-use] |||||||| Support tools, resources, stdio & http connection, local llms-agents. |
59+
| [modelcontextchat.com][modelcontextchat.com] |||||||| Web-based MCP client for remote servers with header Authorization, OAuth, and OpenRouter support.|
5960
| [MCPHub][MCPHub] |||||||| Supports tools, resources, and prompts in Neovim |
6061
| [MCPOmni-Connect][MCPOmni-Connect] |||||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
6162
| [Memex][Memex] |||||||| Support tools. Also support *building and testing* MCP server, all-in-one desktop app. |
@@ -141,6 +142,7 @@ This page provides an overview of applications that support the Model Context Pr
141142
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
142143
[mcp-client-chatbot]: https://github.com/cgoinglove/mcp-client-chatbot
143144
[mcp-use]: https://github.com/pietrozullo/mcp-use
145+
[modelcontextchat.com]: https://modelcontextchat.com
144146
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
145147
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
146148
[Memex]: https://memex.tech/
@@ -683,6 +685,18 @@ Delegate tasks to [GitHub Copilot coding agent](https://docs.github.com/en/copil
683685
- Supports all langchain supported models, also locally.
684686
- Offers efficient tool orchestration and search functionalities.
685687

688+
### modelcontextchat.com
689+
690+
[modelcontextchat.com](https://modelcontextchat.com) is a web-based MCP client designed for working with remote MCP servers, featuring comprehensive authentication support and integration with OpenRouter.
691+
692+
**Key features:**
693+
694+
- Web-based interface for remote MCP server connections
695+
- Header-based Authorization support for secure server access
696+
- OAuth authentication integration
697+
- OpenRouter API Key support for accessing various LLM providers
698+
- No installation required - accessible from any web browser
699+
686700
### MCPHub
687701

688702
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.

0 commit comments

Comments
 (0)