npm knowuswell-mcpstdioupdated 1mo ago
MCP (Model Context Protocol) server for KnowUsWell — the friendship quiz that needs two people.
¿Qué puedes hacer con knowuswell mcp?
knowuswell-mcp
MCP (Model Context Protocol) server for KnowUsWell — 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 — 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
{
"mcpServers": {
"knowuswell": {
"command": "npx",
"args": ["-y", "knowuswell-mcp"]
}
}
}
(Published on npm as knowuswell-mcp.)
Or clone and run locally:
git clone https://github.com/ppop123/knowuswell-mcp.git
cd knowuswell-mcp && npm install
{
"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. 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.
Instalación
Añade knowuswell mcp a tu cliente. Elige el que uses.
claude mcp add knowuswell-mcp -- npx -y knowuswell-mcpcodex mcp add knowuswell-mcp -- npx -y knowuswell-mcpamp mcp add knowuswell-mcp -- npx -y knowuswell-mcp{
"mcpServers": {
"knowuswell-mcp": {
"command": "npx",
"args": [
"-y",
"knowuswell-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"knowuswell-mcp": {
"command": "npx",
"args": [
"-y",
"knowuswell-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"knowuswell-mcp","command":"npx","args":["-y","knowuswell-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"knowuswell-mcp": {
"command": "npx",
"args": [
"-y",
"knowuswell-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"knowuswell-mcp": {
"command": "npx",
"args": [
"-y",
"knowuswell-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"knowuswell-mcp": {
"command": "npx",
"args": [
"-y",
"knowuswell-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"knowuswell-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"knowuswell-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"knowuswell-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"knowuswell-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y knowuswell-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 herramientas
knowuswell mcp expone 4 herramientas a un agente conectado.
- 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
Puntuación
58 / 100
Suficiente
- Documentación18/25
- Mantenimiento16/25
- Confianza6/20
- Capacidad6/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 31 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 1 ago 2026 |