create-mcp-service
v1.0.0
Published
A CLI tool to generate MCP manifests for agent-ready services.
Downloads
4
Maintainers
Readme
README.md
create-mcp-service
A global CLI to generate MCP manifests for any service — making the web agent‑ready by default.
Install & Run
You don’t need to install globally — just use npx:
npx create-mcp-service
This will guide you through creating:
Service name & description
Any number of capabilities (actions)
Input/output schemas for each action
When complete, it will generate a mcp-manifest.json file in your current directory.
Example
npx create-mcp-service
# Answer prompts
# ✅ MCP manifest generated at: ./mcp-manifest.json
Why?
This tool is part of the MCP Discovery Initiative — a movement to make the web agent‑ready by default.
Learn more: mcpdiscovery.org (Coming soon)
### Deploy with one click:
[](https://vercel.com/new/clone?repository-url=https://github.com/YOUR_USERNAME/create-mcp-service)
License
MIT