gunshi-mcp
by rektide · TypeScript · ★ 0
Get gratis CLI interfaces while writing @modelcontextprotocol servers.
Install
npx -y github:rektide/gunshi-mcp Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"gunshi-mcp": {
"command": "npx",
"args": [
"-y",
"github:rektide/gunshi-mcp"
]
}
}
} From the README
> A helper kit for getting gratis CLI interfaces when writing MCP
Define tools once with Zod schemas and Gunshi's , and get both:
- **MCP tools** - Exposed to LLMs via Model Context Protocol
- **CLI commands** - Free command-line interfaces for human use
The same tool definition works for both protocols with zero duplication.
Add this plugin to your Gunshi CLI to get:
- A CLI command:
- An MCP tool that LLMs can call: (stdio mode)
Extends the MCP SDK's type with Zod schemas and CLI configuration:
Provided to tool handlers with logging and metadata:
Zod schemas are automatically conv…
Read full README on GitHub →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related other servers
playwright-mcp
microsoft
★ 31,828
Playwright MCP server
Other · TypeScript
playwright-cli
microsoft
★ 9,714
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.
Other · TypeScript
financial-services-plugins
anthropics
Official ★ 7,840
financial-services-plugins — MCP server.
Other · Python
NLWeb
nlweb-ai
★ 6,197
Main reference implementation for NLWeb, implemented in Python.
Other · Python
OpenSpace
HKUDS
★ 5,940
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/
Other · Python
csharp-sdk
modelcontextprotocol
Official ★ 4,229
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
Other · C#