Skip to content
Claude Desktop

PoetryDB MCP Server for Claude Desktop

io.github.lacausecrypto/poetrydb

Classic poetry search and discovery via PoetryDB.

client:Claude Desktop transport:stdio runtime:npm

Install PoetryDB MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "poetrydb": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-poetry"
      ],
      "env": {
        "POETRYDB_BASE_URL": "<POETRYDB_BASE_URL>",
        "POETRYDB_REQUEST_TIMEOUT_MS": "<POETRYDB_REQUEST_TIMEOUT_MS>",
        "POETRYDB_REQUEST_RETRIES": "<POETRYDB_REQUEST_RETRIES>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

PoetryDB MCP Server in other clients