aviz85/mcp-server-empty
3.2
If you are the rightful owner of mcp-server-empty and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple Model Context Protocol (MCP) server that provides helpful prompts and tools.
Tools
1
Resources
0
Prompts
0
Good Morning MCP Server
A simple Model Context Protocol (MCP) server that provides helpful prompts and tools.
Installation
# Install dependencies
npm install
Running the Server
# Build and run the server
npm start
# Alternatively, for development with hot reloading
npm run dev
Available Features
- Good Morning Resource:
good-morning://{message}
- Good Morning Tool: Simple greeting tool
- Starter Assistant Prompt: Calendar, weather, and mood-based assistant
- Marketing Writer Prompt: Creates marketing content based on topic
Troubleshooting
If you encounter the "Cannot find module '/path/to/index.js'" error:
- Make sure TypeScript is installed:
npm install -g typescript
- Build the project manually:
npx tsc
- Verify the dist folder contains compiled JavaScript files
- Run with the correct path:
node dist/index.js
MCP Configuration
To configure the server in your MCP setup:
{
"mcpServers": {
"good-morning": {
"command": "node",
"args": [
"/full/path/to/dist/index.js"
]
}
}
}
Features
- Provides a single tool:
good_morning
- Should be triggered whenever the user says "good morning"
- Returns a helpful prompt that instructs bots to:
- Be friendly and polite
- Tell appropriate jokes
- Help with task management
- Provide clear explanations
- Be creative and engaging
Example Response
When you call the good_morning
tool, you'll receive a prompt text like: