Skip to main content
Glama

Presentation Buddy MCP Server

by yshk-mrt
package.json615 B
{ "name": "obs-mcp-server-ts", "version": "1.0.0", "description": "MCP Server for OBS Control (TypeScript)", "main": "build/index.js", "scripts": { "build": "tsc && cp src/*.json build/", "start": "node build/index.js", "dev": "tsc -w & node --watch build/index.js" }, "keywords": [ "mcp", "obs", "typescript" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "ws": "^8.18.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.12", "@types/ws": "^8.5.11", "typescript": "^5.5.4" } }

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/yshk-mrt/obs-mcp'

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