@betterhyq/npx-mcp-template
v0.0.6
Published
Template to develop mcp server by node
Readme
@betterhyq/npx-mcp-template
Usage
Install the package:
# npm
npm installg @betterhyq/npx-mcp-template
# yarn
yarn addg @betterhyq/npx-mcp-template
# pnpm
pnpm addg @betterhyq/npx-mcp-template
# bun
bun installg @betterhyq/npx-mcp-template
# deno
deno installg npm:@betterhyq/npx-mcp-templateNPX Cursor Config
{
"mcpServers": {
"npx-mcp-template": {
"command": "npx",
"type": "stdio",
"transportType": "stdio",
"args": [
"-y",
"npx-mcp-template"
]
}
}
}Http Cursor Config
start the service locally
npx-mcp-template --http --port=4000set the config
{
"mcpServers": {
"npx-mcp-template": {
"url": "http://0.0.0.0:4000/sse",
"type": "sse",
"transportType": "sse"
}
}
}License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd
