MCP Demo
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Demoshow me the current configuration settings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Demo
A simple MCP (Model Context Protocol) server with a web-based configuration interface.
Features
MCP server with 5 tools:
greet,echo,get_config,update_config,list_itemsWeb-based config UI at
http://localhost:3001Persistent configuration storage
Related MCP server: Hello World MCP Server
Quick Start
# Install dependencies
npm install
# Start the web config server
npm run start:config
# In another terminal, start the MCP server (for testing)
npm run startConfiguration
Open http://localhost:3001 in your browser to configure:
Enable MCP Server: Toggle MCP functionality
Greeting Message: Customize the greet message (use
{name}placeholder)Max Results: Limit list_items output
MCP Tools
Tool | Description |
| Get a personalized greeting |
| Echo back input text |
| View current configuration |
| Update configuration via MCP |
| List demo items |
Usage with OpenClaw
Add to your config:
{
"mcpServers": {
"mcp-demo": {
"command": "node",
"args": ["/path/to/mcp-demo/src/index.js"]
}
}
}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) server for Selise Blocks Cloud integration
Related MCP Servers
- AlicenseBqualityDmaintenanceA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.311 npm66Apache 2.0
- FlicenseNot gradedqualityNot gradedmaintenanceA simple demonstration server for the Model Context Protocol that provides tools for creating and managing greetings with support for multiple transport methods (stdio, HTTP, SSE).-
- -licenseCqualityNot gradedmaintenanceA simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.16 npm-
- AlicenseNot gradedqualityDmaintenanceA minimal demonstration server showcasing MCP protocol capabilities including tools, resources, and prompts with basic examples like hello world functionality.1 npmMIT