CANLI
xAI, Imagine API’yi 2.0’a Yükseltmeye Hazırlanıyor: Görüntü ve Video Tek…·Microsoft MAI-Cyber-1-Flash’ı Duyurdu·Moonshot AI, Kimi K3 Model Ağırlıklarını ve Teknik Raporunu Açık…
29 Aug 2026 · 08:42 GMT+3
Ai Haber – Türkiyenin Yapay Zeka Haber Portalı
AnasayfaMCP ServerlarEverything
GELIşTIRME

Everything

Referans / test sunucusu, promptlar, kaynaklar ve araçlar ile birlikte Claude, Cursor, VS Code ve diğer yapay zeka ajanları için Everything MCP Sunucusu...

1Tool TypeScriptDil modelcontextprotocolGeliştirici
Tek tıkla kur

Bu server ne yapar?

Referans / test sunucusu, promptlar, kaynaklar ve araçlar ile birlikte Claude, Cursor, VS Code ve diğer yapay zeka ajanları için Everything MCP Sunucusu...

Dokümantasyon

İçindekiler
  1. Everything MCP Server
  2. Tools, Resources, Prompts, and Other Features
  3. Usage with Claude Desktop (uses stdio Transport)
  4. Usage with VS Code
  5. Running from source with HTTP+SSE Transport (deprecated as of 2025-03-26)
  6. Run from source with Streamable HTTP Transport
  7. Running as an installed package
  8. Install
  9. Run the default (stdio) server
  10. Or specify stdio explicitly
  11. Run the SSE server
  12. Run the streamable HTTP server
  13. License

Referans / test sunucusu, promptlar, kaynaklar ve araçlar ile birlikte Claude, Cursor, VS Code ve diğer yapay zeka ajanları için Everything MCP Sunucusu…

Everything MCP Server

Architecture
| Project Structure
| Startup Process
| Server Features
| Extension Points
| How It Works

This MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be a useful server, but rather a test server for builders of MCP clients. It implements prompts, tools, resources, sampling, and more to showcase MCP capabilities.

Tools, Resources, Prompts, and Other Features

A complete list of the registered MCP primitives and other protocol features demonstrated can be found in the Server Features document.

Usage with Claude Desktop (uses stdio Transport)

Add to your claude_desktop_config.json:

{ "mcpServers": { "everything": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-everything" ] } }
}

On Windows, use cmd /c to launch npx:

{ "mcpServers": { "everything": { "command": "cmd", "args": [ "/c", "npx", "-y", "@modelcontextprotocol/server-everything" ] } }
}

Usage with VS Code

For quick installation, use one of the one-click install buttons below…

Install with NPX in VS Code Install with NPX in VS Code Insiders

Install with Docker in VS Code Install with Docker in VS Code Insiders

For manual installation, you can configure the MCP server using one of these methods:

Method 1: User Configuration (Recommended)
Add the configuration to your user-level MCP configuration file. Open the Command Palette (Ctrl + Shift + P) and run MCP: Open User Configuration. This will open your user mcp.json file where you can add the server configuration.

Method 2: Workspace Configuration
Alternatively, you can add the configuration to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

For more details about MCP configuration in VS Code, see the official VS Code MCP documentation.

NPX

{ "servers": { "everything": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-everything"] } }
}

On Windows, use:

{ "servers": { "everything": { "command": "cmd", "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"] } }
}

Running from source with HTTP+SSE Transport (deprecated as of 2025-03-26)

cd src/everything
npm install
npm run start:sse

Run from source with Streamable HTTP Transport

cd src/everything
npm install
npm run start:streamableHttp

Running as an installed package

Install

npm install -g @modelcontextprotocol/server-everything@latest

Run the default (stdio) server

npx @modelcontextprotocol/server-everything

Or specify stdio explicitly

npx @modelcontextprotocol/server-everything stdio

Run the SSE server

npx @modelcontextprotocol/server-everything sse

Run the streamable HTTP server

npx @modelcontextprotocol/server-everything streamableHttp

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Kaynak: mcpservers.org

Kurulum

Araçlar (Tools) 1

npx TOOL

Desteklenen istemciler 3

V VS Code UYUMLU
C Cursor UYUMLU
C Claude UYUMLU