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

  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
  • F
    license
    A
    quality
    D
    maintenance
    A 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.
    1
  • F
    license
    Not graded
    quality
    D
    maintenance
    Example MCP server built with FastMCP, demonstrating tools, resources, and prompts for AI integration.
    12

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • The prediction MCP — score your prompt before you generate, so you never waste a credit.

  • 65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows

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