Mcp server create
Skill batteryshark/skill-tap/skills/development/mcp/mcp-server-create
Portable, reusable skills for agents and everyday workflows. Clank responsibly.
npx -y skills add batteryshark/skill-tap --skill mcp-server-createAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 29 days oldThe repository was created 29 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Scaffold and verify a portable FastMCP 3 server project with declarative configuration, library-first logic, tests, and safe transport defaults.
SKILL.md
1.3 KB, 232 tokens by cl100k_base, as published. Nobody here has run it
Create a FastMCP Server
- Clarify the server boundary, consumers, transport, authentication owner, side effects, and whether the core logic must also serve a CLI or library.
- Read references/current-fastmcp.md and pin a tested FastMCP 3 minor range; do not silently copy version-sensitive APIs from memory.
- Run
bin/mcp-server-create NAME --target-dir PATHto generate a library-first project withfastmcp.json, tests, and explicit stdio defaults. - Replace the example operation with typed core functions. Keep FastMCP decorators, context, auth, and transport concerns in the thin server envelope.
- Add only the interaction layer the product needs: protocol elicitation for client-mediated input, Apps for embedded UI, or ordinary tool arguments for model-supplied data.
- Run the generated unit and in-memory protocol tests, inspect the component catalog, and exercise the real deployment transport only after local behavior is correct.
Use agents/server-reviewer.md for an independent boundary and safety review.
What ships with it: 4 files
4.6 KB alongside SKILL.md, 2 of them executable
agents/
- server-reviewer.md496 B
bin/
- mcp-server-createruns244 B
references/
- current-fastmcp.md1.4 KB
scripts/
- scaffold_server.pyruns2.4 KB