Matthew Hartley Music MCP MCP Server

The first artist-owned MCP server for AI Agent use. Discover, narrate, and stream Matthew Hartley's debut album The Time Is Now: A Journey in

Local serverstdio

What is the Matthew Hartley Music MCP MCP server?

If you already use Matthew Hartley Music MCP, the matthew hartley music mcp mcp server is the piece that lets your assistant work with it directly. The first artist-owned MCP server for AI Agent use. Discover, narrate, and stream Matthew Hartley's debut album The Time Is Now: A Journey in Chapters from any AI client. Powered by Harmonic Wave.

What the server does

This MCP server exposes The Time Is Now: A Journey in Chapters — Matthew Hartley's debut album — as a structured, AI-native experience. Twelve songs across six chapters, each with lyrics, emotional narrative, version recordings, and direct streaming links. Designed so any AI client can:

Matthew Hartley is a Christian rock songwriter from Sarasota, FL — and a 25+ year software industry veteran whose career spans engineering, architecture, sales, and executive leadership, with multiple USPTO patent filings to his name. He leads Imagine Peak Studios, the studio behind this MCP and the Harmonic Wave platform. The Time Is Now: A Journey in Chapters is a twelve-song album written across twenty-five years (1999–2026) — six chapters tracing innocence and heartbreak, awakening, breaking the cycle, love and commitment, collapse and calling, and grounded faith.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • list_songs — List all songs (filter by chapter slug or release status)
  • get_song — Fetch one song by ID or slug — lyrics, quotes, cover art, streaming links, chapter assignment
  • list_chapters — List all chapters with numeral, name, year range, mood tags, song count
  • get_chapter — Fetch one chapter with all songs and full ACF narrative
  • get_artist — Artist profile + biographical context
  • get_experience — One-shot curated playlist for a listening mode — songs, scenes, fresh stream URLs
  • get_experience_prompt — Returns the narration prompt template AI agents use to host listening sessions
  • refresh_stream_urls — Mint fresh signed audio URLs in bulk, before existing URLs expire

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Matthew Hartley Music MCP's toolset — list_songs, get_song, list_chapters and 5 more — is a fair guide to whether it matches your workflow.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_songsList all songs (filter by chapter slug or release status)
get_songFetch one song by ID or slug — lyrics, quotes, cover art, streaming links, chapter assignment
list_chaptersList all chapters with numeral, name, year range, mood tags, song count
get_chapterFetch one chapter with all songs and full ACF narrative
get_artistArtist profile + biographical context
get_experienceOne-shot curated playlist for a listening mode — songs, scenes, fresh stream URLs
get_experience_promptReturns the narration prompt template AI agents use to host listening sessions
refresh_stream_urlsMint fresh signed audio URLs in bulk, before existing URLs expire

How to install the Matthew Hartley Music MCP MCP server

{
  "mcpServers": {
    "matthew-hartley-music": {
      "type": "http",
      "url": "https://matthewhartleymusic.com/wp-json/mcp/v1/message"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Matthew Hartley Music MCP to list songs.
  • Use Matthew Hartley Music MCP to get song.
  • Use Matthew Hartley Music MCP to list chapters.

Frequently asked questions

It connects Matthew Hartley Music MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (list_songs, get_song, list_chapters, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Matthew Hartley Music MCP directly.