Odel
PoetryDB MCP Server

PoetryDB MCP Server

Local
@lacausecrypto2TypeScriptMITUpdated 4mo ago

Classic poetry search and discovery via PoetryDB.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-poetryv1.0.1

Run

npx -y mcp-poetry

MCP client config

{
  "mcpServers": {
    "poetrydb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-poetry"
      ]
    }
  }
}