Skip to content
Grok

knowuswell mcp for Grok

io.github.ppop123/knowuswell-mcp

Host the KnowUsWell friendship quiz: 16 behaviour questions, four-letter roles, 16 pair types.

client:Grok transport:stdio runtime:npm

Install knowuswell mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "knowuswell-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "knowuswell-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

knowuswell mcp in other clients