Keyphrases MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 31 Oct 2025.
An MCP server to extract keyphrases from a text with the BERT model
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add keyphrases-mcp -- uvx keyphrases-mcp
{
"mcpServers": {
"keyphrases-mcp": {
"args": [
"keyphrases-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.keyphrases-mcp]
command = "uvx"
args = ["keyphrases-mcp"]
{
"mcpServers": {
"keyphrases-mcp": {
"args": [
"keyphrases-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"keyphrases-mcp": {
"args": [
"keyphrases-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.