1broseidon/mcp-quotes-server
If you are the rightful owner of mcp-quotes-server 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.
The MCP Quotes Server is a simple and lightweight server that provides random inspirational quotes through stdio communication, designed for use with the MCP Universal Runtime container.
MCP Quotes Server
A simple Model Context Protocol (MCP) server that provides random inspirational quotes through stdio communication only. This server is designed to work with the MCP Universal Runtime container.
Features
- Stdio-only communication - No HTTP server, perfect for containerized MCP deployments
- Random quote generation - Get inspirational quotes from various authors
- Author filtering - Find quotes by specific authors
- Simple and lightweight - Minimal dependencies, fast startup
Available Tools
- get_random_quote - Returns a random inspirational quote
- get_quote_by_author - Returns quotes filtered by author name
- get_all_quotes - Returns all available quotes
- get_quote_count - Returns the total number of quotes
Installation
npm install
Usage
Direct stdio usage:
node server.js
With MCP client:
Configure your MCP client to use this server via stdio transport.
With Universal Runtime Container:
This server is designed to work seamlessly with the MCP Universal Runtime container for deployment on platforms like Coolify or Fly.io.
Testing
The server communicates via stdio using the MCP protocol. It does not start any HTTP servers, making it perfect for containerized deployments where the container runtime handles HTTP-to-stdio bridging.
License
MIT