pipeworx-io/mcp-poetry
MCP server for poetry — search poems by title, author, or lines via PoetryDB
Platform-specific configuration:
{
"mcpServers": {
"mcp-poetry": {
"command": "npx",
"args": [
"-y",
"mcp-poetry"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Poetry MCP — PoetryDB API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | search_poems | Search for poems by title. Returns matching poems with their full text. | | poems_by_author | Get all poems by a specific author. Returns poem titles and full text. | | random_poems | Get one or more random poems from the collection. |
Add to your MCP client config:
{
"mcpServers": {
"poetry": {
"url": "https://gateway.pipeworx.io/poetry/mcp"
}
}
}Or use the CLI:
npx pipeworx use poetryMIT
Loading reviews...