PoetryDB MCP Server
Rank #40,836io.github.lacausecrypto/poetrydb
Classic poetry search and discovery via PoetryDB.
PoetryDB MCP Server is a Model Context Protocol (MCP) server published by lacausecrypto. It ranks #40,836 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. PoetryDB MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 12, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 74,624 of 115,460 servers on MCP Toplist.
Use PoetryDB MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add poetrydb -e "POETRYDB_BASE_URL=<your POETRYDB_BASE_URL>" -e "POETRYDB_REQUEST_TIMEOUT_MS=<your POETRYDB_REQUEST_TIMEOUT_MS>" -e "POETRYDB_REQUEST_RETRIES=<your POETRYDB_REQUEST_RETRIES>" -- npx -y mcp-poetryReplace each placeholder with your own value before saving.
[mcp_servers.poetrydb]
command = "npx"
args = ["-y", "mcp-poetry"]
[mcp_servers.poetrydb.env]
POETRYDB_BASE_URL = "<your POETRYDB_BASE_URL>"
POETRYDB_REQUEST_TIMEOUT_MS = "<your POETRYDB_REQUEST_TIMEOUT_MS>"
POETRYDB_REQUEST_RETRIES = "<your POETRYDB_REQUEST_RETRIES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"poetrydb": {
"command": "npx",
"args": [
"-y",
"mcp-poetry"
],
"env": {
"POETRYDB_BASE_URL": "<your POETRYDB_BASE_URL>",
"POETRYDB_REQUEST_TIMEOUT_MS": "<your POETRYDB_REQUEST_TIMEOUT_MS>",
"POETRYDB_REQUEST_RETRIES": "<your POETRYDB_REQUEST_RETRIES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"poetrydb": {
"command": "npx",
"args": [
"-y",
"mcp-poetry"
],
"env": {
"POETRYDB_BASE_URL": "<your POETRYDB_BASE_URL>",
"POETRYDB_REQUEST_TIMEOUT_MS": "<your POETRYDB_REQUEST_TIMEOUT_MS>",
"POETRYDB_REQUEST_RETRIES": "<your POETRYDB_REQUEST_RETRIES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"poetrydb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-poetry"
],
"env": {
"POETRYDB_BASE_URL": "<your POETRYDB_BASE_URL>",
"POETRYDB_REQUEST_TIMEOUT_MS": "<your POETRYDB_REQUEST_TIMEOUT_MS>",
"POETRYDB_REQUEST_RETRIES": "<your POETRYDB_REQUEST_RETRIES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"poetrydb": {
"command": "npx",
"args": [
"-y",
"mcp-poetry"
],
"env": {
"POETRYDB_BASE_URL": "<your POETRYDB_BASE_URL>",
"POETRYDB_REQUEST_TIMEOUT_MS": "<your POETRYDB_REQUEST_TIMEOUT_MS>",
"POETRYDB_REQUEST_RETRIES": "<your POETRYDB_REQUEST_RETRIES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"poetrydb": {
"command": "npx",
"args": [
"-y",
"mcp-poetry"
],
"env": {
"POETRYDB_BASE_URL": "<your POETRYDB_BASE_URL>",
"POETRYDB_REQUEST_TIMEOUT_MS": "<your POETRYDB_REQUEST_TIMEOUT_MS>",
"POETRYDB_REQUEST_RETRIES": "<your POETRYDB_REQUEST_RETRIES>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lacausecrypto%2Fpoetrydb)<a href="https://mcptoplist.com/server/io.github.lacausecrypto%2Fpoetrydb"><img src="https://mcptoplist.com/badge/io.github.lacausecrypto%2Fpoetrydb.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
lacausecrypto
Other servers by lacausecrypto
- Sports Hub#6,165 · 3 vers
- Sophon#6,491 · 8 vers
- mcp-belgium#23,922 · 2 vers
- mcp-nbb#35,143 · 1 ver
- Datamuse MCP#40,834 · 1 ver
- mcp-new-caledonia#40,835 · 1 ver
- Apple MCP Server#91,644
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 12, 2026 |
Frequently asked questions
- Who maintains PoetryDB MCP Server?
- PoetryDB MCP Server is maintained by lacausecrypto, which publishes 8 MCP servers (17 total versions) tracked on MCP Toplist.
- Is PoetryDB MCP Server listed on the Official MCP Registry?
- Yes — PoetryDB MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does PoetryDB MCP Server have?
- MCP Toplist tracks 1 version of PoetryDB MCP Server, most recently published on Apr 12, 2026.
- Where can I find the source code for PoetryDB MCP Server?
- The source code for PoetryDB MCP Server is hosted at github.com/lacausecrypto/mcp-poetrydb.