
Mcporter Skill
- 27 installs
- 638 repo stars
- Updated March 7, 2026
- sundial-org/awesome-openclaw-skills
Helps with ai & agent building tasks during AI-assisted development.
About
mcporter-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- mcporter-skill
- AI & Agent Building
- AI-coding skill
Mcporter Skill by the numbers
- 27 all-time installs (skills.sh)
- Ranked #9,601 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill mcporter-skillAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 27 |
|---|---|
| repo stars | ★ 638 |
| Last updated | March 7, 2026 |
| Repository | sundial-org/awesome-openclaw-skills ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
mcporter
Use mcporter to manage MCP (Model Context Protocol) servers and tools.
Requirements
mcporterCLI installed (via Homebrew:brew install pdxfinder/tap/mcporter)- MCP server configuration in
~/.config/mcporter/
Common Commands
List Configured Servers
mcporter listAuthentication
mcporter auth --helpCall MCP Tools
mcporter call <server-name> <tool-name> [arguments...]Generate CLI/Types
mcporter generate cli <server-name>
mcporter generate types <server-name>Config Management
mcporter config --helpNotes
- mcporter supports both HTTP and stdio MCP servers
- Ad-hoc server creation is supported
- CLI generation creates typed wrappers for MCP tools
- Use
exectool to run mcporter commands
Related skills
AI & Agent Buildingagents