Skip to main content
Glama
ppop123

KnowUsWell MCP Server

by ppop123

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.

Related MCP server: OpenSoul MCP

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to guide users through MBTI personality tests with two modes (28-question simplified or 48-question cognitive functions), track progress, and provide detailed personality type analysis and results.
    Last updated
    4
    18
    2
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    An open-source personality profiling system that enables users to record and analyze their decisions, emotions, and self-reflections through a structured set of 56 tools. It helps users build a digital persona and gain self-insight by tracking interactions, decision-making patterns, and emotional states.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    A behavioral intelligence server that detects a user's unique interaction style and adapts AI agent responses based on seventeen behavioral profiles. It enables agents to automatically adjust their tone, pacing, and autonomy level to better align with the specific needs of the human user.
    Last updated
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.

  • Greet anyone by name with friendly, personalized messages. Explore the origin of Hello, World thro…

  • Turn a trip planned in conversation into a private, editable map link you hand the person.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ppop123/knowuswell-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server