Skip to main content
ClaudeWave
ppop123 avatar
ppop123

knowuswell-mcp

View on GitHub

MCP server for the KnowUsWell friendship quiz — AI assistants host the two-player quiz: 16 behaviour questions, 16 pair types.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated yesterday
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ppop123/knowuswell-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "knowuswell-mcp": {
      "command": "node",
      "args": ["/path/to/knowuswell-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ppop123/knowuswell-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# knowuswell-mcp

MCP (Model Context Protocol) server for **[KnowUsWell](https://knowuswell.com)** — the friendship quiz that needs two people.

Let your AI assistant host the quiz right in the conversation: it asks you 16 quick behaviour questions, scores your four-letter role, and — once your friend has answered their half — combines both codes into one of **16 pair types**, a card that belongs to the friendship rather than to either person.

## Tools

| Tool | What it does |
|---|---|
| `get_quiz_questions` | The 16 behaviour questions (true = "more like me") |
| `score_quiz` | Answers → four-letter role code + full role card + link |
| `combine_pair` | Two role codes → one of 16 pair types + shared result link |
| `get_conversation_questions` | 50 read-aloud "how well do you know me" questions, easy to brutal |

Scoring is deterministic and identical to [knowuswell.com](https://knowuswell.com) — the same answers always produce the same code, and ties break the same way. Result links open the shared card page on the site, where you can collect all 16 types.

## Install

### Claude Desktop / Claude Code

```json
{
  "mcpServers": {
    "knowuswell": {
      "command": "npx",
      "args": ["-y", "knowuswell-mcp"]
    }
  }
}
```

(Published on npm as [`knowuswell-mcp`](https://www.npmjs.com/package/knowuswell-mcp).)

Or clone and run locally:

```bash
git clone https://github.com/ppop123/knowuswell-mcp.git
cd knowuswell-mcp && npm install
```

```json
{
  "mcpServers": {
    "knowuswell": {
      "command": "node",
      "args": ["/path/to/knowuswell-mcp/index.js"]
    }
  }
}
```

## Try it

> "Host the KnowUsWell friendship quiz for me."

The assistant asks the 16 questions, tells you your role (say, **ESPR — The Cat**: appears on your terms, still yours), and gives you a link to send your friend. When their code comes back:

> "We got LOCT and ESPR — what are we?"

…it combines them into your pair type (**The Anchor and the Kite**, in this case) with what works, what to watch, and a shared card page for the two of you.

## Privacy

The server is a pure local calculator: questions, scoring tables and card text ship in `data.json`. Nothing you answer is sent anywhere — the only network activity is you choosing to open a result link. (The site works the same way: answers travel inside the URL fragment, which browsers never transmit.)

## About

Built by [KnowUsWell](https://knowuswell.com). The quiz is free to play on the site — no account, nothing stored. One optional extra exists: a $1.99 illustrated art card of your pair type, drawn from your own photos and clearly labelled AI-generated.

MIT licensed.

What people ask about knowuswell-mcp

What is ppop123/knowuswell-mcp?

+

ppop123/knowuswell-mcp is mcp servers for the Claude AI ecosystem. MCP server for the KnowUsWell friendship quiz — AI assistants host the two-player quiz: 16 behaviour questions, 16 pair types. It has 0 GitHub stars and was last updated yesterday.

How do I install knowuswell-mcp?

+

You can install knowuswell-mcp by cloning the repository (https://github.com/ppop123/knowuswell-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ppop123/knowuswell-mcp safe to use?

+

ppop123/knowuswell-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ppop123/knowuswell-mcp?

+

ppop123/knowuswell-mcp is maintained by ppop123. The last recorded GitHub activity is from yesterday, with 0 open issues.

Are there alternatives to knowuswell-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy knowuswell-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ppop123/knowuswell-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ppop123-knowuswell-mcp)](https://claudewave.com/repo/ppop123-knowuswell-mcp)
<a href="https://claudewave.com/repo/ppop123-knowuswell-mcp"><img src="https://claudewave.com/api/badge/ppop123-knowuswell-mcp" alt="Featured on ClaudeWave: ppop123/knowuswell-mcp" width="320" height="64" /></a>

More MCP Servers

knowuswell-mcp alternatives