Skip to main content
ClaudeWave
ppop123 avatar
ppop123

knowuswell-mcp

Ver en GitHub

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

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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.

Lo que la gente pregunta sobre knowuswell-mcp

¿Qué es ppop123/knowuswell-mcp?

+

ppop123/knowuswell-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the KnowUsWell friendship quiz — AI assistants host the two-player quiz: 16 behaviour questions, 16 pair types. Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala knowuswell-mcp?

+

Puedes instalar knowuswell-mcp clonando el repositorio (https://github.com/ppop123/knowuswell-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ppop123/knowuswell-mcp?

+

ppop123/knowuswell-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene ppop123/knowuswell-mcp?

+

ppop123/knowuswell-mcp es mantenido por ppop123. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a knowuswell-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega knowuswell-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a knowuswell-mcp