keyphrases mcp for Grok
io.github.ivanrublev/keyphrases-mcp
An MCP server to extract keyphrases from a text with the BERT model
client:Grok
transport:stdio
runtime:pypi
Install keyphrases mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"keyphrases-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"keyphrases-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs