Read-only MCP server for shakespeare-monologues.org - search and fetch Shakespeare monologue metadata over the Model Context Protocol
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shakespeare-monologu": {
"command": "npx",
"args": [
"-y",
"slshults/shakespeare-monologues-mcp"
]
}
}
}
Run in terminal:
claude mcp add shakespeare-monologu npx -y slshults/shakespeare-monologues-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"shakespeare-monologu": {
"command": "npx",
"args": [
"-y",
"slshults/shakespeare-monologues-mcp"
]
}
}
}