Skip to content
Cursor

PoetryDB MCP Server for Cursor

io.github.lacausecrypto/poetrydb

Classic poetry search and discovery via PoetryDB.

client:Cursor transport:stdio runtime:npm

Install PoetryDB MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "poetrydb": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PoetryDB MCP Server in other clients