kungfu-mcp
Click on "Install 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., "@kungfu-mcpnarrate a spar between Shaolin and Wudang"
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.
kungfu-mcp
A humorous Model Context Protocol server, in TypeScript, that catalogs the major factions of the jianghu (the martial-arts underworld) and narrates sparring matches between them.
Built for a presentation demo to illustrate the main building blocks of an MCP server — tools, schema validation, the stdio transport, and the client/server handshake — without taking itself too seriously.
Factions included
id | Faction | Vibe |
| Shaolin | Punching your way to enlightenment |
| Wudang | Defeating you with extreme relaxation |
| Emei | Elite swordswomen & the art of the cold stare |
| Beggar's Sect | Largest sect in the jianghu; bring a stick |
| Tang Sect | Hidden weapons, poison, and apologetic business cards |
| Ancient Tomb | Tragic romance, frozen tears, no brunch |
| Ming Cult | The "evil cult" that leaned into the branding |
| Huashan | A sword school split by a debate that nobody won |
Related MCP server: Hilanet MCP
Tools exposed
Tool | Arguments | What it does |
| (none) | Returns the full roster as a compact briefing. |
|
| Returns the full (humorous) dossier for one faction. |
|
| Narrates a biased, non-canonical sparring match. |
Quickstart
npm install
npm run buildTry it with the MCP Inspector
npm startThis launches the official @modelcontextprotocol/inspector, where you can call list_factions, get_faction, and spar from a UI.
Or wire it into an MCP client
Add the following to your client's server config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"kungfu": {
"command": "node",
"args": ["/absolute/path/to/kungfu-mcp/build/index.js"]
}
}
}Project layout
package.json # deps, "type":"module", build script
tsconfig.json # ES2022 / Node16, outDir build
src/
index.ts # McpServer instance + 3 tools + stdio transport
data.ts # KungfuFaction[] dataset (the heart of the humor)Notes
This is a demo. All factions, fun facts, and spar outcomes are fabricated for entertainment.
The server logs to stderr only (stdout is reserved for JSON-RPC, per MCP stdio transport rules).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/davidcai/kungfu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server