Drake Lyrics MCP
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., "@Drake Lyrics MCPwrite drake-style bars about my dog eating my homework"
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.
Drake Lyrics MCP
A small first MCP server + MCP App: type a situation, get Drake-style bars, inspect everything in MCPJam.
What this teaches
Piece | What it is |
Tool | Model-callable function with a Zod input schema |
Resource | Readable static data (not a function) |
Prompt | Reusable message template |
MCP App UI | HTML resource linked from the tool via |
STDIO transport | How MCPJam spawns this process and speaks JSON-RPC |
Related MCP server: FastMCP Demo Server
Setup
npm install
npm run buildRun the server (STDIO)
npm startThe process waits on stdin/stdout — that's expected. MCPJam (or another host) launches it for you.
Inspect in MCPJam
npx @mcpjam/inspector@latestOpen Servers and add a STDIO server:
Command:
npxArgs:
tsx server.tsCWD: this project folder (
drake-mcp)
Connect, then open Tools and run
write_drake_barswith a situation likemy Figma file corrupted before critique.Check Resources →
drake://style-guideand Prompts →drake_mode.In the Playground, call the tool again to see the widget + JSON-RPC log.
Dev (rebuild UI on change)
npm run devMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- write_drake_barsAApp
Related MCP Servers
- Flicense-qualityDmaintenanceA basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.Last updated
- FlicenseAqualityDmaintenanceA production-ready MCP server that provides hackathon resources and reusable starter prompts. Built with FastMCP framework and includes comprehensive deployment options for development and production environments.Last updated1
- Flicense-qualityDmaintenanceEducational example of an MCP server built with FastMCP, demonstrating how to expose tools, resources, and prompts for AI clients.Last updated
- Flicense-qualityDmaintenanceExample MCP server built with FastMCP, demonstrating tools, resources, and prompts for AI integration.Last updated10
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
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/vigneshgopalandd-maker/drake-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server