Skip to main content
Glama

Emoji Storyteller MCP Server

by septapod
QUICKSTART.mdβ€’1.26 kB
# Quick Start Guide 🎭✨ ## 30-Second Setup 1. **Get the project:** ```bash git clone <repo-url> emoji-storyteller cd emoji-storyteller ``` 2. **Install:** ```bash npm install ``` 3. **Add to Claude:** Copy this into your Claude Code config (usually at `~/.config/claude/config.json` or `~/.claude/config.json`): ```json { "mcpServers": { "emoji-storyteller": { "command": "node", "args": ["/full/path/to/emoji-storyteller/index.js"] } } } ``` πŸ’‘ Use the full absolute path to the index.js file! 4. **Restart Claude** and enjoy stories! πŸŽ‰ ## What Can You Do? Ask Claude things like: - "Tell me a random emoji story" - "Generate a space-themed emoji story" - "Create maximum emoji chaos!" - "Tell me an adventure emoji story with chaos level 10" ## Themes Available - adventure - romance - horror - space - food - party ## Tips - Chaos level ranges from 1 (tame) to 10 (MAXIMUM CHAOS) - Each story is different every time - Share stories with friends for laughs! πŸ˜‚ - Mix and match themes in prompts ## Need Help? Check `README.md` for full documentation or modify `index.js` to add your own emoji categories and themes! --- Happy storytelling! 🌈✨πŸŽͺ

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/septapod/mcp-emoji-stories'

If you have feedback or need assistance with the MCP directory API, please join our Discord server