Install the package:
# npm
npm installg packageName
# yarn
yarn addg packageName
# pnpm
pnpm addg packageName
# bun
bun installg packageName
# deno
deno installg npm:packageName{
"mcpServers": {
"packageCommand": {
"command": "npx",
"type": "stdio",
"transportType": "stdio",
"args": [
"-y",
"packageCommand"
]
}
}
}start the service locally
packageCommand --http --port=4000set the config
{
"mcpServers": {
"packageCommand": {
"url": "http://0.0.0.0:4000/sse",
"type": "sse",
"transportType": "sse"
}
}
}Published under the MIT license.
Made by community 💛
🤖 auto updated with automd