KnowUsWell MCP Server

KnowUsWell MCP Server

Hosts the KnowUsWell friendship quiz in conversations, scoring 16 behavior questions into four-letter roles and combining two roles into one of 16 pair types with shared result links.

Category
Visit Server

README

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured