everything vs chatgpt-app-typescript-template
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | chatgpt-app-typescript-template by pomerium | |
|---|---|---|
| Stars | ★ 85,748 | ★ 16 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
chatgpt-app-typescript-template · Summary
Production-ready MCP app template for building ChatGPT-style tools with React UI widgets.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
chatgpt-app-typescript-template · Use cases
- Building custom AI-powered tools with interactive UI for ChatGPT
- Creating MCP applications with React-based frontends
- Developing tools that integrate with various MCP hosts like Claude Desktop and VS Code
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingchatgpt-app-typescript-template · Install
Installation & Setup
git clone https://github.com/pomerium/chatgpt-app-typescript-template your-chatgpt-app
cd your-chatgpt-app
npm install
npm run devChatGPT Connection
- Create a public tunnel using [Pomerium's SSH tunnel](https://www.pomerium.com/docs/tcp/ssh):
``bash ssh -R 0 pom.run ``
- Find your public URL in the terminal output
- In ChatGPT, go to **Settings → Connectors → Add Connector**
- Enter your Remote URL +
/mcp, e.g.https://your-unique-url.pom.run/mcp - Save the connector and test with your tool