Skip to main content
Glama

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 write_drake_bars

Model-callable function with a Zod input schema

Resource drake://style-guide

Readable static data (not a function)

Prompt drake_mode

Reusable message template

MCP App UI

HTML resource linked from the tool via _meta.ui.resourceUri

STDIO transport

How MCPJam spawns this process and speaks JSON-RPC

Related MCP server: FastMCP Demo Server

Setup

npm install
npm run build

Run the server (STDIO)

npm start

The process waits on stdin/stdout — that's expected. MCPJam (or another host) launches it for you.

Inspect in MCPJam

npx @mcpjam/inspector@latest
  1. Open Servers and add a STDIO server:

    • Command: npx

    • Args: tsx server.ts

    • CWD: this project folder (drake-mcp)

  2. Connect, then open Tools and run write_drake_bars with a situation like my Figma file corrupted before critique.

  3. Check Resourcesdrake://style-guide and Promptsdrake_mode.

  4. In the Playground, call the tool again to see the widget + JSON-RPC log.

Dev (rebuild UI on change)

npm run dev
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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