agentsclimarketplace

Mcp server create

Skill batteryshark/skill-tap/skills/development/mcp/mcp-server-create

Portable, reusable skills for agents and everyday workflows. Clank responsibly.

Install
npx -y skills add batteryshark/skill-tap --skill mcp-server-create

Assembled 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

  1. Clarify the server boundary, consumers, transport, authentication owner, side effects, and whether the core logic must also serve a CLI or library.
  2. Read references/current-fastmcp.md and pin a tested FastMCP 3 minor range; do not silently copy version-sensitive APIs from memory.
  3. Run bin/mcp-server-create NAME --target-dir PATH to generate a library-first project with fastmcp.json, tests, and explicit stdio defaults.
  4. Replace the example operation with typed core functions. Keep FastMCP decorators, context, auth, and transport concerns in the thin server envelope.
  5. 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.
  6. 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/

bin/

references/

scripts/

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.