mcpbeat Sign in

Keyphrases MCP Server

by ivanrublev Your server? Claim it
local only

Keyphrases MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from pypi. Last commit 31 Oct 2025.

An MCP server to extract keyphrases from a text with the BERT model

Installs per day peak 19 · avg 11 · -12% w/w
a month agotoday
64
Installs / week
pypi · keyphrases-mcp
1
Stars
0 open issues
31 Oct 2025
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Secret passed into the image build Dockerfile:26
ENV MCP_KEYPHRASES_SPACY_TOKENIZER_MODEL=${MCP_KEYPHRASES_SPACY_TOKENIZER_MODEL}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add keyphrases-mcp -- uvx keyphrases-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keyphrases-mcp": {
      "args": [
        "keyphrases-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keyphrases-mcp]
command = "uvx"
args = ["keyphrases-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "keyphrases-mcp": {
      "args": [
        "keyphrases-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "keyphrases-mcp": {
      "args": [
        "keyphrases-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Keyphrases MCP

same job, measured the same way
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

70 installs/wk local only
Summarizer AI MCP
by csoai-org

MCP server for summarizer ai. Features summarize text, extract key points, generate abstract. From

195 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
MCP Server Spira
by inflectra

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

141 installs/wk local only
Apexapi MCP
by apexapi

Call 120+ AI models and live web context (scrape/crawl/extract) from any MCP client with one key

61 installs/wk local only
Hithereiamaliff MCP Nextcloud
by smithery

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

answering
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
MCP Test
by bharath-krishna

A simple MCP server with an echo tool for testing purposes

53 installs/wk local only

Keyphrases MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Keyphrases MCP?
Keyphrases MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package keyphrases-mcp was installed 64 times last week.
How do I connect Keyphrases MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls keyphrases-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Keyphrases MCP?
The pypi package keyphrases-mcp was installed 64 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Keyphrases MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.