Content Tools
shakespeare-monologues.org
Provides search and retrieval of Shakespeare monologues, including play listings and character-specific monologue queries.
ENDPOINT 1
https://mcp.shakespeare-monologues.org/mcp
MCP server metadata
- Name
- shakespeare-monologues
- Version
- 0.1.0
Known tools 9
search_monologuesSearch Shakespeare monologues by free text (matches character, play, or first line) plus optional filters.
Inferred read-onlylist_playsList Shakespeare's plays with their classification (Comedy/History/Tragedy) and monologue counts.
Inferred read-onlylist_all_monologues_for_a_characterList every monologue spoken by a given character (e.g.
Inferred read-onlyget_monologue_of_the_dayThe current 'Monologue of the Day' — the piece most recently posted to the site's social feeds.
Inferred read-onlyget_paraphrased_monologueFetch a monologue's full text alongside its modern-English, line-by-line paraphrase.
Inferred read-onlyget_scene_summaryFetch an AI-generated summary of the scene a monologue appears in (context for the speech).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.shakespeare-monologues]
url = "https://mcp.shakespeare-monologues.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shakespeare-monologues": {
"type": "http",
"url": "https://mcp.shakespeare-monologues.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shakespeare-monologues
Remote MCP URL: https://mcp.shakespeare-monologues.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"shakespeare-monologues": {
"url": "https://mcp.shakespeare-monologues.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shakespeare-monologues": {
"type": "http",
"url": "https://mcp.shakespeare-monologues.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shakespeare-monologues",
"transport": "streamable-http",
"url": "https://mcp.shakespeare-monologues.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.