Skip to content
Cursor

poetry mcp for Cursor

io.github.mrfentmen/poetry-mcp

Search poems by title, author, or lines from PoetryDB. No key required.

client:Cursor transport:stdio runtime:npm

Install poetry mcp in Cursor

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

{
  "mcpServers": {
    "poetry-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "poetry-mcp"
      ]
    }
  }
}

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

poetry mcp in other clients