Skip to content
Cursor

keyphrases mcp for Cursor

io.github.ivanrublev/keyphrases-mcp

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

client:Cursor transport:stdio runtime:pypi

Install keyphrases mcp in Cursor

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

{
  "mcpServers": {
    "keyphrases-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keyphrases-mcp"
      ]
    }
  }
}

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

keyphrases mcp in other clients