
MCP Servernwtgckpublic
one mcp
Single tool MCP
Repository Info
0
Stars
0
Forks
0
Watchers
7
Issues
JavaScript
Language
MIT License
License
About This Server
Single tool MCP
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
one-mcp
Single tool MCP
Example: simple word counter
{
"mcpServers": {
"simple_word_counter": {
"command": "npx",
"args": [
"-y",
"github:nwtgck/one-mcp",
"-n", "simple_word_counter",
"-d", "Count words",
"--p.inputText.type", "string",
"--p.inputText.description", "Input text",
"-s", "args.inputText.split(' ').length"
]
}
}
}
Example: random string generator
You can use top-level await.
{
"mcpServers": {
"random_string_generator": {
"command": "npx",
"args": [
"-y",
"github:nwtgck/one-mcp",
"-n", "random_string_generator",
"-d", "Generate random string",
"--p.len.type", "number",
"--p.len.description", "Result string length",
"-s", "const crypto = await import(`node:crypto`);const chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`;const randomArr = new Uint32Array(new Uint8Array(crypto.randomBytes(args.len * 4)).buffer);[...randomArr].map(n => chars.charAt(n % chars.length)).join('');"
]
}
}
}
--help
Options:
--help Show help [boolean]
--version Show version number [boolean]
-n, --name Tool name [string] [required]
-d, --description Tool description [string] [default: ""]
-s, --script JavaScript expression [string] [required]
Quick Start
1
Clone the repository
git clone https://github.com/nwtgck/one-mcp2
Install dependencies
cd one-mcp
npm install3
Follow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Ownernwtgck
Repoone-mcp
LanguageJavaScript
LicenseMIT License
Last fetched8/10/2025
Recommended MCP Servers
💬
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
integrationsdiscordchat
🔗
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
integrationsautomationsaas
🕷️
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
apifycrawlerdata
🌐
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
testingqabrowsers
⚡
Zapier MCP
A Zapier server that provides automation capabilities for various apps.
zapierautomation