Quick Demo MCP Server
Click on "Install 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., "@Quick Demo MCP Serverwhat's the current server time?"
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.
Quick Demo MCP Server
A simple Model Context Protocol (MCP) server demonstrating tools and resources.
Features
Tool:
get_server_time- Returns the current server timeResource:
demo://info- Provides information about the server
Related MCP server: Echo MCP Server
Testing
Method 1: Automated Test Script (Recommended)
Run the test script to verify all functionality:
node test.jsThis will test:
Server initialization
Tool listing
Resource listing
Tool execution
Resource reading
Method 2: Use in Cursor
Make sure your
~/.cursor/mcp.jsonincludes:
{
"mcpServers": {
"quick-demo": {
"command": "node",
"args": ["/Users/hmitra/Desktop/mcp/index.js"]
}
}
}Restart Cursor
The MCP server tools and resources will be available in your Cursor chat
Method 3: Manual Testing
Use the shell script for manual testing:
./test-mcp.sh | node index.js | jqFiles
index.js- Main MCP server implementationtest.js- Automated test scripttest-mcp.sh- Manual test helper scriptpackage.json- Node.js dependencies
Requirements
Node.js v18 or higher
@modelcontextprotocol/sdkpackage (already installed)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceA simple demonstration MCP server that provides basic greeting functionality and server information. Enables users to generate hello messages and retrieve server details through tools and resources.
- Flicense-qualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
- Flicense-qualityCmaintenanceThis MCP server provides the current server time through a basic resource and tool, following the MCP Apps quickstart.
- Flicense-qualityCmaintenanceA minimal MCP server demo with tools for ping, addition, and fetching current UTC time.
Related MCP Connectors
Time MCP server via HTTP
A basic MCP server to operate on the Postman API.
A very simple remote MCP server that greets you, with a custom icon.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Haimantika/mcp-basic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server