Skip to main content
Glama
Ripnrip

Quake Coding Arena MCP

by Ripnrip
package.json•3.19 kB
{ "name": "@ripnrip/quake-coding-arena-mcp", "version": "2.2.0", "description": "🎯 Premium TypeScript MCP server with 25 Quake 3 Arena achievements, dual voice system (male/female) with 16 female + 17 male sounds, and complete gamification for your coding environment. Features: 25 Epic Achievements including RAMPAGE, DOMINATING, UNSTOPPABLE, GODLIKE, EXCELLENT, PERFECT, IMPRESSIVE, WICKED SICK, HEADSHOT, MULTI KILL, ULTRA KILL, MONSTER KILL, LUDICROUS KILL, KILLING SPREE, DOUBLE KILL, TRIPLE KILL, FIRST BLOOD, HUMILIATION, HOLY SHIT, BOTTOM FEEDER, PREPARE TO FIGHT, PLAY. Dual Voice Packs: 16 Female + 17 Male announcer sounds with smart fallback. 10 MCP Tools for complete control. Resources: Access to all sound files via quake:// URIs. Cloud-ready: Full Smithery deployment support with HTTP endpoints.", "type": "module", "main": ".smithery/index.cjs", "module": "src/index.ts", "bin": { "quake-arena-mcp": ".smithery/index.cjs" }, "scripts": { "build": "npx smithery build", "dev": "SMITHERY_DEV=true tsx src/dev-server.ts", "dev:smithery": "npx smithery dev", "start": "SMITHERY_DEV=true tsx src/dev-server.ts", "test": "npx smithery dev", "smithery:dev": "npx smithery dev", "smithery:build": "npx smithery build", "smithery:test": "node test-mcp-server.cjs", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "keywords": [ "quake", "coding", "arena", "achievement", "sounds", "claude-desktop", "mcp", "gamification", "voice", "dual-voice", "announcer", "productivity", "motivation", "cursor", "smithery", "typescript" ], "author": { "name": "Quake Coding Arena Team", "email": "team@quakecodingarena.com", "url": "https://quakecodingarena.com" }, "license": "MIT", "homepage": "https://github.com/Ripnrip/Quake-Coding-Arena-MCP#readme", "repository": { "type": "git", "url": "https://github.com/Ripnrip/Quake-Coding-Arena-MCP.git" }, "bugs": { "url": "https://github.com/Ripnrip/Quake-Coding-Arena-MCP/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "@smithery/sdk": "^2.1.0", "zod": "^3.25.0" }, "devDependencies": { "@smithery/cli": "^1.4.6", "@types/node": "^20.0.0", "tsx": "^4.21.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "mcp": { "server": { "command": "npx", "args": [ "@ripnrip/quake-coding-arena-mcp" ], "env": {} }, "capabilities": { "tools": true, "resources": true, "prompts": true } }, "smithery": { "displayName": "Enhanced Quake Coding Arena", "category": "development", "tags": [ "gamification", "audio", "achievements", "motivation", "productivity", "typescript" ], "platforms": [ "darwin", "linux", "windows" ], "requirements": { "audio": true, "filesystem": true } }, "files": [ ".smithery/", "sounds/", "README.md", "package.json" ], "publishConfig": { "access": "public" } }

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/Ripnrip/Quake-Coding-Arena-MCP'

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