Mkerix Toolscript
mkerix-toolscript is a Claude Code plugin for the Build phase that streamlines MCP server tool calls when Claude Code runs tools in code mode.
Run MCP server tools from Claude Code code mode with less overhead than repeated inline tool round-trips.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install mkerix-toolscript@mKeRix/toolscriptBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:mKeRix/toolscript") and the paste-ready config with skillselion.get_install_config("plugin:mKeRix/toolscript").
What it does
mkerix-toolscript is a lean Claude Code plugin from mKeRix/toolscript aimed at solo builders who lean on MCP servers daily and want tool execution to feel like normal code, not a string of disconnected agent turns. It sits in the Build phase under agent tooling: you add it while you are wiring integrations, prototyping automations, or hardening an agent workflow before ship. The catalog lists one plugin in the bundle and describes the core value as efficient MCP tool calling specifically in code mode, which matters when you are iterating fast and token cost and latency from repeated tool round-trips add up. It is not a marketplace of skills or a methodology playbook; it is a focused integration helper for Claude Code users who already run MCP and want a tighter execution model. Install it when you are past idea validation and actively connecting backends, APIs, or custom MCP servers to your agent. Skip it if you only use built-in Claude tools with no MCP layer, or if you need a full multi-skill workflow pack rather than a calling-style optimization.
Highlights
- Single-plugin bundle focused on MCP tool calling in Claude Code code mode
- Targets server-side MCP workflows (keywords: servers, toolscript)
- Community repo mKeRix/toolscript (~23 GitHub stars at catalog ingest)
- Reduces chatty tool-call patterns when agents execute tools as code
- Pairs with any MCP servers you already register in Claude Code
Why builders use it
Calling MCP tools turn-by-turn in chat burns time and tokens when your agent already has a code execution path.
After you register the plugin, MCP tools can be invoked more efficiently in code mode so integration-heavy agent sessions stay faster and easier to maintain.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 23 stars, 0 votes.
FAQ
Who is mkerix-toolscript for?
It is for Claude Code users who run MCP servers and want efficient tool invocation while the agent works in code mode.
When should I use mkerix-toolscript?
Use it during Build when you are connecting MCP integrations and notice repeated tool calls slowing down or cluttering agent sessions.
How do I add mkerix-toolscript to my agent?
Install the plugin from the mKeRix/toolscript repository into Claude Code like other community plugins, then use it alongside your registered MCP servers in code mode workflows.
Comments
Share how you use mkerix-toolscript, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.