KnowUsWell MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KnowUsWell MCP ServerHost the KnowUsWell friendship quiz for me."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| The 16 behaviour questions (true = "more like me") |
| Answers → four-letter role code + full role card + link |
| Two role codes → one of 16 pair types + shared result link |
| 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: personality-test-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.
This server cannot be deployed
Maintenance
Related MCP Connectors
21-framework people intelligence and compatibility scoring for any MCP client.
Real-time polls, surveys, quizzes, trivia, Q&A, and word clouds for teams, educators, and creators.
Turn photos or product links into a poll your friends vote on. One link, free, no account needed.
Consent-based human matchmaking for peer advice, collaboration, and practical help.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.45 npm2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to administer personality tests, score responses, and provide personality type assessments, with optional integration with Ollama for personalized AI interactions.1ISC
- FlicenseAqualityCmaintenanceMulti-type personality test MCP server supporting 11 tests like MBTI, Enneagram, Big Five, DISC, and more.5-
- AlicenseNot gradedqualityDmaintenanceCreates and manages personality profiles using a 12-facet model based on 33 academic frameworks, stores them as OpenClaw-compatible SOUL.md/IDENTITY.md, and supports progressive profiling with confidence tracking.2MIT