MCP Elicitations Demo Server
A demonstration server that showcases how to collect user input dynamically using the Model Context Protocol (MCP) elicitation system across tools, resources, and prompts.
README
MCP Everything Server
A comprehensive reference implementation for the Model Context Protocol (MCP) that demonstrates all features of the protocol. This server showcases the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources.
This server is built with the TypeScript MCP SDK.
Features
This server implements a comprehensive set of MCP features including:
- Tools: Various tools including echo, add, long-running operations, environment variable printing, LLM sampling, and more
- Prompts: Simple and complex prompts with arguments, resource references, and embedded content
- Resources: Static resources with pagination support, resource templates, and subscriptions
- Logging: Configurable logging levels with real-time notifications
- Completions: Auto-completion for prompt arguments and resource references
- Elicitation: Interactive user input collection with structured schemas
- Annotations: Content annotations for priority and audience targeting
- Progress Tracking: Progress notifications for long-running operations
- Real-time Updates: Resource update notifications and stderr streaming
Installation
npm install -g @modelcontextprotocol/server-everything
Usage
Standard I/O
mcp-server-everything
Server-Sent Events (SSE)
npm run start:sse
HTTP with Streaming Support
npm run start:streamableHttp
Development
- Clone the repository:
git clone https://github.com/modelcontextprotocol/servers.git
cd servers
- Install dependencies:
npm install
- Build the server:
npm run build
- Run the server:
npm start
Configuration
The server supports various configuration options and can be used to test and demonstrate MCP capabilities. It includes:
- 100 static resources (mix of text and binary)
- Multiple tool implementations
- Various prompt templates
- Real-time notifications and updates
- Progress tracking for long operations
Docker
Build and run with Docker:
docker build -t mcp-everything-server .
docker run -p 3000:3000 mcp-everything-server
License
MIT - See LICENSE file for details.
Contributing
See CONTRIBUTING.md for contribution guidelines.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.