Skip to content
VS Code

poetry mcp for VS Code

io.github.mrfentmen/poetry-mcp

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

client:VS Code transport:stdio runtime:npm

Install poetry mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

poetry mcp in other clients