Skip to main content
Glama

棒読みちゃんMCPサーバー (Node.js版)

by uraoz
package.json668 B
{ "name": "bouyomichan-mcp-nodejs", "version": "1.0.0", "description": "棒読みちゃんをMCPサーバーとして実装したNode.js版", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js" }, "bin": { "bouyomichan-mcp-nodejs": "build/index.js" }, "files":[ "build" ], "keywords": [ "mcp", "bouyomichan", "text-to-speech" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "latest", "axios": "latest", "zod": "latest" }, "devDependencies": { "@types/node": "^20.10.5", "typescript": "^5.3.3" } }

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/uraoz/bouyomichan-mcp-nodejs'

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