Shakespeare's Monologues
io.github.slshults/shakespeare-monologuesSearch Shakespeare monologues, plays, paraphrases and summaries from shakespeare-monologues.org
Tools · 9
Search Shakespeare monologues by free text (matches character, play, or first line) plus optional filters. Returns matches, each with a permalink `url`.
Fetch one monologue's catalogue entry by its numeric id. Follow the returned `url` for the full text.
Return one random monologue, with optional gender/play filters. Useful for a suggestion when the user is undecided.
List Shakespeare's plays with their classification (Comedy/History/Tragedy) and monologue counts.
List every monologue spoken by a given character (e.g. 'Hamlet', 'Rosalind'). Matches the character name exactly first, then as a substring.
The current 'Monologue of the Day' — the piece most recently posted to the site's social feeds.
Fetch a monologue's full text alongside its modern-English, line-by-line paraphrase. The paraphrase is AI-generated (Claude) and may be null if it hasn't been generated yet — the `url` always has the …
Fetch an AI-generated summary of the scene a monologue appears in (context for the speech). May be null if not generated yet.
Fetch an AI-generated summary of a play (e.g. 'Hamlet', 'The Tempest'). May be null if not generated yet.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"shakespeare's_monologues": {
"url": "https://mcp.shakespeare-monologues.org/mcp",
"transport": "streamable-http"
}
}
}